summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
/**