Index: trunk/admin/install.php =================================================================== diff -u -r298 -r311 --- trunk/admin/install.php (.../install.php) (revision 298) +++ trunk/admin/install.php (.../install.php) (revision 311) @@ -70,9 +70,6 @@ } } -if( file_exists($pathtoroot.'debug.php') && !defined('DEBUG_MODE') ) include_once($pathtoroot.'debug.php'); -//if( !defined('DEBUG_MODE') ) error_reporting(0); - $path_char = GetPathChar(); //phpinfo(INFO_VARIABLES); @@ -82,6 +79,8 @@ $pathtoroot = $pathtoroot.$pathchar; } +if( file_exists($pathtoroot.'debug.php') && !defined('DEBUG_MODE') ) include_once($pathtoroot.'debug.php'); + $is_install = TRUE; $admin = substr($path,strlen($pathtoroot)); $state = isset($_GET["state"]) ? $_GET["state"] : '';