From 7489321ebc9918dff36d87a428d2a23d60a3deda Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 15 Feb 2015 11:05:02 +0100 Subject: Updated error reporting --- conf.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf.php') diff --git a/conf.php b/conf.php index 45a2571..22249c8 100644 --- a/conf.php +++ b/conf.php @@ -27,8 +27,9 @@ */ session_start(); -error_reporting(E_ALL); -ini_set('display_errors', 1); + +error_reporting(0); +ini_set('display_errors', 0); //------------------------------------------------------------------------------ // Start editing below this line -- cgit v1.2.3