From ce0fc110e6285d56200c9dc25375ebcc32ded8bd Mon Sep 17 00:00:00 2001 From: Alib Date: Tue, 23 Mar 2010 11:36:08 +0100 Subject: added missing file in git --- 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 78fadc0..8c9920e 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 = false; +$min_allowDebugFlag = true; /** @@ -25,7 +25,7 @@ $min_allowDebugFlag = false; * * @todo cache system does not have error logging yet. */ -$min_errorLogger = false; +$min_errorLogger = true; /** -- cgit v1.2.3