summaryrefslogtreecommitdiff
path: root/min/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'min/config.php')
-rw-r--r--min/config.php4
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'];