Removed $OKAPI_SETTINGS variable from settings-dev.inc.php

It is not used anymore.
This commit is contained in:
Wojciech Rygielski
2012-10-27 16:06:35 +02:00
parent 624efe7196
commit b3423cab11
-7
View File
@@ -231,11 +231,4 @@
// (e.g. xml-interface and mapserver-results)
// you can use -1 to use the master (not recommended, because replicated to slaves)
$opt['db']['slave']['primary'] = -1;
$OKAPI_SETTINGS = array(
'OC_BRANCH' => 'oc.de',
'SITELANG' => 'de',
'VAR_DIR' => $rootpath.'var',
);
?>