summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--min/config.php8
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 @@
<head>
<meta charset="UTF-8" />
<title>iStreamdev</title>
- <style type="text/css" media="screen">@import "min/?b=css&f=jqtouch.css,theme.css,istreamdev.css,spinningwheel.css";</style>
- <script src="min/?b=js&f=jquery-1.4.2.min.js,jqtouch.js,jqtouch.transitions.js,istreamdev.js,functions.js,spinningwheel.js" type="text/javascript" charset="utf-8"></script>
+ <style type="text/css" media="screen">@import "min/?b=./css&f=jqtouch.css,theme.css,istreamdev.css,spinningwheel.css";</style>
+ <script src="min/?b=./js&f=jquery-1.4.2.min.js,jqtouch.js,jqtouch.transitions.js,istreamdev.js,functions.js,spinningwheel.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="loader"></div>
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