From 6d36061725be4999177724da625efffe935d0883 Mon Sep 17 00:00:00 2001 From: Alib Date: Tue, 30 Mar 2010 10:34:31 +0200 Subject: fix min --- HISTORY | 4 ++++ min/config.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 * */ -//$min_symlinks = array(); +$min_symlinks = array(); /** -- cgit v1.2.3