Index: trunk/admin/install.php =================================================================== diff -u -N -r3184 -r3216 --- trunk/admin/install.php (.../install.php) (revision 3184) +++ trunk/admin/install.php (.../install.php) (revision 3216) @@ -72,7 +72,7 @@ ini_set('include_path', '.'); -if( file_exists($pathtoroot.'debug.php') && !defined('DEBUG_MODE') ) include_once($pathtoroot.'debug.php'); +if( file_exists($pathtoroot.'debug.php') && !(defined('DEBUG_MODE') && DEBUG_MODE) ) include_once($pathtoroot.'debug.php'); if(!defined('IS_INSTALL'))define('IS_INSTALL',1); $admin = substr($path,strlen($pathtoroot)); $state = isset($_GET["state"]) ? $_GET["state"] : '';