diff -r 7846d45bd250 -r b2f985e4cef3 includes/common.php --- a/includes/common.php Fri Nov 23 17:59:24 2007 -0500 +++ b/includes/common.php Sat Nov 24 00:53:23 2007 -0500 @@ -54,16 +54,18 @@ die(__FILE__.':'.__LINE__.': The debugConsole requires PHP 5.x.x or greater. Please comment out the ENANO_DEBUG constant in your index.php.'); } +/* if(defined('ENANO_DEBUG')) { require_once(ENANO_ROOT.'/includes/debugger/debugConsole.php'); } else { +*/ function dc_here($m) { return false; } function dc_dump($a, $g) { return false; } function dc_watch($n) { return false; } function dc_start_timer($u) { return false; } function dc_stop_timer($m) { return false; } -} +//} if ( file_exists( ENANO_ROOT . '/_nightly.php') ) require(ENANO_ROOT.'/_nightly.php');