From 252bb21612c1c910c951cb74c854a14730c837f6 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sun, 16 Oct 2011 22:06:49 +0000 Subject: [PATCH] default debugging to off git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/branches/1.8@135 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641 --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 9eabe46ab4..1e0c648786 100644 --- a/config.php +++ b/config.php @@ -21,7 +21,7 @@ // Change this to FALSE for production sites. global $development; -$development = true; +$development = false; ini_set('error_reporting', 0); if($development) {