Unterstützt und gefördert durch die Deutsche Wanderjugend
';
//$opt['page']['sponsor']['bottom'] = 'Hosting by www.schwarzwald.de';
$opt['page']['sponsor']['topright'] = '';
$opt['page']['sponsor']['bottom'] = '';
/* replicated slave databases
* use same config as in config2/settings.inc.php (!)
*/
$opt['db']['slaves'] = array();
$opt['db']['slave']['max_behind'] = 180;
// use this slave when a specific slave must be connected
// (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',
);
?>