summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-08-14 19:42:51 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-08-14 19:42:51 +0200
commit89962ddc045a2c836e7365a03aa9e9de8406ff30 (patch)
treeeaa697f7606e3120ac2349ba391f13fd2c202ea8 /index.php
parent525db97546611aee941086a8a9c9e50f12ba1098 (diff)
disable E_NOTICE
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'index.php')
-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 */