diff options
author | Alib <aliboba@free.fr> | 2010-03-22 20:51:01 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-22 20:51:01 +0100 |
commit | df6779ffe0e05ad117acb867327c95bdf3c7d03e (patch) | |
tree | a3da738aea35ecf7bbb394c91ce6a4c72a75beb3 /min | |
parent | cd4f1116b4957248c5e73d729b8aa9b298c3a24f (diff) | |
download | istreamdev-df6779ffe0e05ad117acb867327c95bdf3c7d03e.tar.gz istreamdev-df6779ffe0e05ad117acb867327c95bdf3c7d03e.tar.bz2 |
fixed minify
Diffstat (limited to 'min')
-rw-r--r-- | min/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
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']; |