From 89962ddc045a2c836e7365a03aa9e9de8406ff30 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 14 Aug 2010 19:42:51 +0200 Subject: disable E_NOTICE Signed-off-by: Florian Pritz --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') 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 */ -- cgit v1.2.3-24-g4f1b