diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |