summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index d60e79f60..460216f6f 100644
--- a/index.php
+++ b/index.php
@@ -9,7 +9,7 @@
| For more info visit: http://www.php.net/error_reporting
|
*/
- error_reporting(E_ALL);
+ error_reporting(E_ALL^E_NOTICE);
/*
|---------------------------------------------------------------
@@ -115,4 +115,4 @@ else
require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;
/* End of file index.php */
-/* Location: ./index.php */ \ No newline at end of file
+/* Location: ./index.php */