summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-01-16 23:26:37 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-01-16 23:26:37 +0100
commit9884449add2bf1a52de10b82a366637b595734fd (patch)
tree84dc564c5ee8d8dfbb665567321d5c92e0b072fe /index.php
parent6157938ad5dd9d48607921593ca4ed7bff3e3a8b (diff)
Added Compat.php file
Diffstat (limited to 'index.php')
-rw-r--r--index.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/index.php b/index.php
index 7b47d081c..eb364ec03 100644
--- a/index.php
+++ b/index.php
@@ -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
|---------------------------------------------------------------
|