Changeset 1806
- Timestamp:
- 05/02/07 13:30:51 (6 years ago)
- Location:
- alternc/branches/franck-desktop/bureau/class
- Files:
-
- 2 edited
-
config.php (modified) (1 diff)
-
error_handler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/branches/franck-desktop/bureau/class/config.php
r1804 r1806 45 45 } 46 46 */ 47 error_reporting(E_ALL);47 // error_reporting(E_ALL); 48 48 49 49 // 1. Get a semaphore id for the alternc magic number (18577) -
alternc/branches/franck-desktop/bureau/class/error_handler.php
r1804 r1806 1 1 <?php 2 2 3 $customErrorHandler = true;3 $customErrorHandler = false; 4 4 $phpErrorList = array(); 5 5
Note: See TracChangeset
for help on using the changeset viewer.
