From cd85d3d8558516ca387a619f12a2d6278ae8af27 Mon Sep 17 00:00:00 2001 From: Alib Date: Tue, 23 Mar 2010 11:37:58 +0100 Subject: removed debug in Minify --- min/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'min') diff --git a/min/config.php b/min/config.php index 8c9920e..78fadc0 100644 --- a/min/config.php +++ b/min/config.php @@ -12,7 +12,7 @@ * To allow debugging, set this option to true and add "&debug=1" to * a URI. E.g. /min/?f=script1.js,script2.js&debug=1 */ -$min_allowDebugFlag = true; +$min_allowDebugFlag = false; /** @@ -25,7 +25,7 @@ $min_allowDebugFlag = true; * * @todo cache system does not have error logging yet. */ -$min_errorLogger = true; +$min_errorLogger = false; /** -- cgit v1.2.3