diff -r dc08c70ca550 -r e2cb5f1432c8 includes/common.php --- a/includes/common.php Sun Dec 02 15:27:21 2007 -0500 +++ b/includes/common.php Sun Dec 02 16:00:10 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');