diff options
author | Alib <aliboba@free.fr> | 2010-03-23 17:23:31 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-23 17:23:31 +0100 |
commit | 50171cdd7b3b05a62826d88381e6e11ec22d95f3 (patch) | |
tree | 6c183db1a17c40936c07b82100426584ba47e42e /min/config.php | |
parent | 4568b0e65d4f029384aeec26e2b2df6b8f37ffc2 (diff) | |
download | istreamdev-50171cdd7b3b05a62826d88381e6e11ec22d95f3.tar.gz istreamdev-50171cdd7b3b05a62826d88381e6e11ec22d95f3.tar.bz2 |
added record from channel info
Diffstat (limited to 'min/config.php')
-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..12dce09 100644 --- a/min/config.php +++ b/min/config.php @@ -13,7 +13,7 @@ * a URI. E.g. /min/?f=script1.js,script2.js&debug=1 */ $min_allowDebugFlag = false; - +$rewriteCssUris = false; /** * Set to true to log messages to FirePHP (Firefox Firebug addon). @@ -123,7 +123,7 @@ $min_serveOptions['minApp']['maxFiles'] = 10; * array('//static' => 'D:\\staticStorage') // Windows * </code> */ -$min_symlinks = array(); +//$min_symlinks = array(); /** |