summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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
|---------------------------------------------------------------
|