diff options
-rwxr-xr-x | HISTORY | 4 | ||||
-rw-r--r-- | min/config.php | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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(); /** |