Changeset 726:d9e3aafd53d6
- Timestamp:
- 09/19/11 16:05:10 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/prepend.php
r704 r726 10 10 # 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 13 //*== DC_DEBUG ==14 ini_set('display_errors',true);15 error_reporting(E_ALL | E_STRICT);16 define('DC_DEBUG',true);17 //*/18 19 if (!defined('DC_DEBUG')) {20 define('DC_DEBUG',false);21 }22 12 23 13 /* ------------------------------------------------------------------------------------------- */ … … 116 106 117 107 require DC_RC_PATH; 108 109 //*== DC_DEBUG == 110 if (!defined('DC_DEBUG')) { 111 define('DC_DEBUG',true); 112 } 113 if (DC_DEBUG) { 114 ini_set('display_errors',true); 115 error_reporting(E_ALL | E_STRICT); 116 } 117 //*/ 118 119 if (!defined('DC_DEBUG')) { 120 define('DC_DEBUG',false); 121 } 118 122 119 123 # Constants
Note: See TracChangeset
for help on using the changeset viewer.