summaryrefslogtreecommitdiff
path: root/min
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-23 11:36:08 +0100
committerAlib <aliboba@free.fr>2010-03-23 11:36:08 +0100
commitce0fc110e6285d56200c9dc25375ebcc32ded8bd (patch)
tree6f329006f90dca9fdf16b1746a503cbbb91d0f72 /min
parent6e22fcf1e3bea39806291e70361bf4ddfdb0d40e (diff)
downloadistreamdev-ce0fc110e6285d56200c9dc25375ebcc32ded8bd.tar.gz
istreamdev-ce0fc110e6285d56200c9dc25375ebcc32ded8bd.tar.bz2
added missing file in git
Diffstat (limited to 'min')
-rw-r--r--min/config.php4
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;
/**