diff options
Diffstat (limited to 'min')
-rw-r--r-- | min/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
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; /** |