From 2b33e4af83c56a8308935debb7d932c723abef01 Mon Sep 17 00:00:00 2001 From: robocoder <anthon.pang@gmail.com> Date: Sat, 10 Mar 2012 16:55:48 +0000 Subject: [PATCH] refs #3030 - revert debug git-svn-id: http://dev.piwik.org/svn/trunk@6033 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 15175c3c98..bcc0f3d3eb 100644 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@ if(file_exists(PIWIK_DOCUMENT_ROOT . '/bootstrap.php')) } error_reporting(E_ALL|E_NOTICE); -@ini_set('display_errors', (defined('PIWIK_DISPLAY_ERRORS') ? PIWIK_DISPLAY_ERRORS : 1)); +@ini_set('display_errors', (defined('PIWIK_DISPLAY_ERRORS') ? PIWIK_DISPLAY_ERRORS : 0)); @ini_set('xdebug.show_exception_trace', 0); @ini_set('magic_quotes_runtime', 0); -- GitLab