diff options
author | Alib <aliboba@free.fr> | 2010-03-22 21:11:33 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-22 21:11:33 +0100 |
commit | 88e05726dd0fb5505309c1d03395df762602507c (patch) | |
tree | 418a0234af770d8aab5b5e5bdd39019da53c564c /min | |
parent | df6779ffe0e05ad117acb867327c95bdf3c7d03e (diff) | |
download | istreamdev-88e05726dd0fb5505309c1d03395df762602507c.tar.gz istreamdev-88e05726dd0fb5505309c1d03395df762602507c.tar.bz2 |
debug min
Diffstat (limited to 'min')
-rw-r--r-- | min/config.php | 8 |
1 files changed, 4 insertions, 4 deletions
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 |