diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-01-16 23:26:37 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-01-16 23:26:37 +0100 |
commit | 9884449add2bf1a52de10b82a366637b595734fd (patch) | |
tree | 84dc564c5ee8d8dfbb665567321d5c92e0b072fe /index.php | |
parent | 6157938ad5dd9d48607921593ca4ed7bff3e3a8b (diff) |
Added Compat.php file
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 |--------------------------------------------------------------- | |