From df6779ffe0e05ad117acb867327c95bdf3c7d03e Mon Sep 17 00:00:00 2001 From: Alib Date: Mon, 22 Mar 2010 20:51:01 +0100 Subject: fixed minify --- min/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'min') 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