|
From: FlorinCB <ory...@us...> - 2009-11-13 03:38:50
|
Update of /cvsroot/mxbb/core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2299 Modified Files: common.php Log Message: Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** common.php 28 Sep 2009 11:24:28 -0000 1.112 --- common.php 13 Nov 2009 03:38:39 -0000 1.113 *************** *** 34,42 **** define('DEBUG_EXTRA', true); // [Admin Option] Show memory usage. Show link to full SQL debug report in footer. Beware, this makes the page slow to load. For debugging only. define('INCLUDES', 'includes/'); //Main Includes folder ! @ini_set( 'display_errors', '1' ); @error_reporting(E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables //error_reporting(E_ALL & ~E_NOTICE); //Default error reporting in PHP 5.2+ ! @session_cache_expire (1440); ! @set_time_limit (0); //include($mx_root_path . 'modules/mx_shared/ErrorHandler/prepend.' . $phpEx); // For nice error output --- 34,42 ---- define('DEBUG_EXTRA', true); // [Admin Option] Show memory usage. Show link to full SQL debug report in footer. Beware, this makes the page slow to load. For debugging only. define('INCLUDES', 'includes/'); //Main Includes folder ! @ini_set('display_errors', '1'); @error_reporting(E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables //error_reporting(E_ALL & ~E_NOTICE); //Default error reporting in PHP 5.2+ ! //@session_cache_expire (1440); ! //@set_time_limit (0); //include($mx_root_path . 'modules/mx_shared/ErrorHandler/prepend.' . $phpEx); // For nice error output |