diff options
author | Alib <aliboba@free.fr> | 2010-03-30 10:34:31 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-30 10:34:31 +0200 |
commit | 6d36061725be4999177724da625efffe935d0883 (patch) | |
tree | 2374ef747920aad2aa41095746c96020c2e36b0f /min/config.php | |
parent | c49a7c4e5a2e3151a852bae13d3c6d4c9b72a3b3 (diff) | |
download | istreamdev-6d36061725be4999177724da625efffe935d0883.tar.gz istreamdev-6d36061725be4999177724da625efffe935d0883.tar.bz2 |
fix min
Diffstat (limited to 'min/config.php')
-rw-r--r-- | min/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/min/config.php b/min/config.php index 12dce09..1c30344 100644 --- a/min/config.php +++ b/min/config.php @@ -123,7 +123,7 @@ $min_serveOptions['minApp']['maxFiles'] = 10; * array('//static' => 'D:\\staticStorage') // Windows * </code> */ -//$min_symlinks = array(); +$min_symlinks = array(); /** |