summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-23 11:37:58 +0100
committerAlib <aliboba@free.fr>2010-03-23 11:37:58 +0100
commitcd85d3d8558516ca387a619f12a2d6278ae8af27 (patch)
tree7c147a2681a4d8c06da5ca1b354da6d17c965f7b
parente161ff5e80266618143cbfa538b57e96ab282ba3 (diff)
downloadistreamdev-cd85d3d8558516ca387a619f12a2d6278ae8af27.tar.gz
istreamdev-cd85d3d8558516ca387a619f12a2d6278ae8af27.tar.bz2
removed debug in Minify
-rw-r--r--min/config.php4
1 files changed, 2 insertions, 2 deletions
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;
/**