summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 5bb53d2f2..49cf6e923 100755
--- a/index.php
+++ b/index.php
@@ -10,7 +10,7 @@
* For more info visit: http://www.php.net/error_reporting
*
*/
- error_reporting(E_ALL);
+ error_reporting(E_ALL^E_NOTICE);
/*
*---------------------------------------------------------------