* @copyright 2004 by http://wombat.exit0.net * @package gsSite * @subpackage config * */ /** * debugging * - 1: on * - 0: off */ wbFactory::setParam( 'debug', 1 ); /** * set the site folder * Adjusting this, allows you to run multiple sites */ //wbFactory::setParam( 'baseDir', '..' ); /** * set include-path for oz-classes * This path usually will be found automatically */ //wbFactory::setParam( 'includePath', '../include' ); /** * set configuration dir (relative to base dir) * usually the default path should be OK */ //wbFactory::setParam( 'configDir', 'conf' ); /** * set configuration dir (relative to base dir) * usually the default file should be alright */ //wbFactory::setParam( 'configFile', 'conf' ); ?>