summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-01-28 23:02:55 +0100
committerFlorian Pritz <bluewind@server-speed.net>2011-01-28 23:02:55 +0100
commitd5df5fabe4742b227f46776d15ef358e5a060c9a (patch)
tree95abe2f306f5296af0690d7f7057490ffe301560 /index.php
parent5f64950f9310bab45f4fc4fba733447f72ae8661 (diff)
Remove Notice errors
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'index.php')
-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);
/*
*---------------------------------------------------------------