diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -1,5 +1,4 @@ <?php - /* |--------------------------------------------------------------- | PHP ERROR REPORTING LEVEL @@ -121,21 +120,6 @@ else /* |--------------------------------------------------------------- -| DEFINE E_STRICT -|--------------------------------------------------------------- -| -| Some older versions of PHP don't support the E_STRICT constant -| so we need to explicitly define it otherwise the Exception class -| will generate errors. -| -*/ -if ( ! defined('E_STRICT')) -{ - define('E_STRICT', 2048); -} - -/* -|--------------------------------------------------------------- | LOAD THE FRONT CONTROLLER |--------------------------------------------------------------- | |