Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
3.20-test1
Browse files Browse the repository at this point in the history
default config.php fix
  • Loading branch information
sunhater committed Aug 19, 2014
1 parent aa4f340 commit 00db0c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

// GENERAL SETTINGS

'disabled' => false,
'disabled' => true,
'uploadURL' => "upload",
'uploadDir' => "",
'theme' => "default",
Expand Down Expand Up @@ -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}",

);

Expand Down

0 comments on commit 00db0c0

Please sign in to comment.