From 88e05726dd0fb5505309c1d03395df762602507c Mon Sep 17 00:00:00 2001 From: Alib Date: Mon, 22 Mar 2010 21:11:33 +0100 Subject: debug min --- index.html | 4 ++-- min/config.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 418c32a..dbe2053 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ iStreamdev - - + +
diff --git a/min/config.php b/min/config.php index 44bdab6..78fadc0 100644 --- a/min/config.php +++ b/min/config.php @@ -32,7 +32,7 @@ $min_errorLogger = false; * Allow use of the Minify URI Builder app. If you no longer need * this, set to false. **/ -$min_enableBuilder = true; +$min_enableBuilder = false; /** @@ -40,7 +40,7 @@ $min_enableBuilder = true; * will have to load extra code to guess. Some examples below: */ //$min_cachePath = 'c:\\WINDOWS\\Temp'; -$min_cachePath = '/tmp'; +//$min_cachePath = '/tmp'; //$min_cachePath = preg_replace('/^\\d+;/', '', session_save_path()); @@ -55,9 +55,9 @@ $min_cachePath = '/tmp'; * second line. The third line might work on some Apache servers. */ //$min_documentRoot = ''; -$min_documentRoot = substr(__FILE__, 0, strlen(__FILE__) - 15); +//$min_documentRoot = substr(__FILE__, 0, strlen(__FILE__) - 15); //$min_documentRoot = $_SERVER['SUBDOMAIN_DOCUMENT_ROOT']; - +$min_documentRoot = substr(getcwd(),0, -4); /** * Cache file locking. Set to false if filesystem is NFS. On at least one -- cgit v1.2.3