summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-04-12 15:40:54 +0200
committerFlorian Pritz <bluewind@server-speed.net>2011-04-12 15:40:54 +0200
commit4655a707ced755069f7661c733b6246b33e8b92a (patch)
treeffc74865201c348c09b6a45067f8af05b1654cac /index.php
parent5452b09043c300c7e05407b2f29c5aaefbd90939 (diff)
reapply changes made to core files
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 6e67c2db5..bfc2ac6dc 100755
--- a/index.php
+++ b/index.php
@@ -33,7 +33,7 @@ if (defined('ENVIRONMENT'))
switch (ENVIRONMENT)
{
case 'development':
- error_reporting(E_ALL);
+ error_reporting(E_ALL ^ E_NOTICE);
break;
case 'testing':
@@ -201,4 +201,4 @@ if (defined('ENVIRONMENT'))
require_once BASEPATH.'core/CodeIgniter'.EXT;
/* End of file index.php */
-/* Location: ./index.php */ \ No newline at end of file
+/* Location: ./index.php */