\n"; exit; } unset($d1);unset($d2);unset($d3); /* ######## End security check ########## */ // This is needed is some parts of setup, until we include the API directly function filesystem_separator() { if (PHP_OS == 'Windows' || PHP_OS == 'OS/2') { return '\\'; } else { return '/'; } } define('SEP',filesystem_separator()); // Include to check user authorization against the // password in ../header.inc.php to protect all of the setup // pages from unauthorized use. if(file_exists("../version.inc.php")) { include("../version.inc.php"); // To set the current core version }else{ $phpgw_info["server"]["versions"]["phpgwapi"] = "Undetected"; } $phpgw_info["server"]["app_images"] = "templates/default/images"; if(file_exists("../header.inc.php")) { include("../header.inc.php"); } include("./inc/phpgw_setup.inc.php"); // include("./inc/phpgw_schema_proc.inc.php"); $phpgw_setup = new phpgw_setup; ?>