소스 검색

Merge branch 'master' of https://github.com/picocms/Pico

theshka 10 년 전
부모
커밋
d13e88a0b7
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      config.php.template

+ 3 - 2
config.php.template

@@ -2,7 +2,7 @@
 /**
 /**
  * Pico Configuration
  * Pico Configuration
  *
  *
- * This is the configuration file for Pico. It comes loaded with the 
+ *  This is the configuration file for Pico. It comes loaded with the 
  *  default values, which can be found in the get_config() method of
  *  default values, which can be found in the get_config() method of
  *  the Pico class (lib/pico.php).
  *  the Pico class (lib/pico.php).
  *
  *
@@ -11,7 +11,8 @@
  * @license http://opensource.org/licenses/MIT
  * @license http://opensource.org/licenses/MIT
  * @version 0.9
  * @version 0.9
  *
  *
- * Override any of the default settings below:
+ * To override any of the default settings below, uncomment the line, 
+ * make and save the changes, then rename this file to `config.php`
  */
  */
 
 
 /*
 /*