summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-30 10:34:31 +0200
committerAlib <aliboba@free.fr>2010-03-30 10:34:31 +0200
commit6d36061725be4999177724da625efffe935d0883 (patch)
tree2374ef747920aad2aa41095746c96020c2e36b0f
parentc49a7c4e5a2e3151a852bae13d3c6d4c9b72a3b3 (diff)
downloadistreamdev-6d36061725be4999177724da625efffe935d0883.tar.gz
istreamdev-6d36061725be4999177724da625efffe935d0883.tar.bz2
fix min
-rwxr-xr-xHISTORY4
-rw-r--r--min/config.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 176e87b..f9683eb 100755
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,9 @@
iStreamdev History
------------------
+xx.xx.2010 - 1.0.1
+
+- Added fix for PHP version < 5.2.0
+
03.29.2010 - 1.0.0
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();
/**