"; } else { $error_collector= "
\"\" "._("Generating this page caused the PHP interpreter to raise some errors!")."
"; flush(); exit; } } function dummy_error_handler() { } /* Get base dir for reference */ $BASE_DIR= dirname(dirname(__FILE__)); $ROOT_DIR= $BASE_DIR."/html"; error_reporting (E_ALL); /* Register error handler */ $error_collector= ""; set_error_handler('gosaRaiseError'); $variables_order= "ES"; ini_set("register_globals",0); ini_set("track_vars",1); ini_set("display_errors",1); ini_set("report_memleaks",1); ini_set("include_path",".:$BASE_DIR/include"); /* Do smarty setup */ require("smarty/Smarty.class.php"); $smarty = new Smarty; $smarty->template_dir = $BASE_DIR.'/ihtml/'; $smarty->caching= false; $smarty->php_handling= SMARTY_PHP_REMOVE; // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>