From df6779ffe0e05ad117acb867327c95bdf3c7d03e Mon Sep 17 00:00:00 2001 From: Alib Date: Mon, 22 Mar 2010 20:51:01 +0100 Subject: fixed minify --- index.html | 4 ++-- min/config.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 6ff26e9..418c32a 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ iStreamdev - - + +
diff --git a/min/config.php b/min/config.php index b96749a..44bdab6 100644 --- a/min/config.php +++ b/min/config.php @@ -54,8 +54,8 @@ $min_cachePath = '/tmp'; * If /min/ is directly inside your document root, just uncomment the * second line. The third line might work on some Apache servers. */ -$min_documentRoot = ''; -//$min_documentRoot = substr(__FILE__, 0, strlen(__FILE__) - 15); +//$min_documentRoot = ''; +$min_documentRoot = substr(__FILE__, 0, strlen(__FILE__) - 15); //$min_documentRoot = $_SERVER['SUBDOMAIN_DOCUMENT_ROOT']; -- cgit v1.2.3