From 00db0c093238d855017bbb66fcaf2bca0756af0f Mon Sep 17 00:00:00 2001 From: sunhater Date: Wed, 20 Aug 2014 00:18:54 +0300 Subject: [PATCH] 3.20-test1 default config.php fix --- conf/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}", );