diff --git a/conf/config.php b/conf/config.php index 8d3f655..61324f2 100644 --- a/conf/config.php +++ b/conf/config.php @@ -21,7 +21,7 @@ // GENERAL SETTINGS - 'disabled' => false, + 'disabled' => true, 'uploadURL' => "upload", 'uploadDir' => "", 'theme' => "default", @@ -119,8 +119,8 @@ //'_sessionDomain' => ".mysite.com", //'_sessionPath' => "/my/path", - '_cssMinCmd' => "java -jar D:/yuicompressor.jar --type css {file}", - '_jsMinCmd' => "java -jar D:/yuicompressor.jar --type js {file}", + //'_cssMinCmd' => "java -jar /path/to/yuicompressor.jar --type css {file}", + //'_jsMinCmd' => "java -jar /path/to/yuicompressor.jar --type js {file}", );