From c1cba35f0f1cb2c9ceb64b3f6bb6a403a3c4950d Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sat, 10 Jul 2010 12:40:19 +0000 Subject: [PATCH] err, failfixfix git-svn-id: http://www.observium.org/svn/observer/trunk@1335 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 86ba1060fc..17914f7439 100755 --- a/html/index.php +++ b/html/index.php @@ -4,7 +4,7 @@ ini_set('allow_url_fopen', 0); ini_set('display_errors', 0); -$debug=1; +#$debug=1; if($debug) { ini_set('display_errors', 1); ini_set('display_startup_errors', 1);