소스 검색

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits 3 년 전
부모
커밋
56aef5b401
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Private/config/config.inc.sample

+ 1 - 0
Private/config/config.inc.sample

@@ -39,6 +39,7 @@ define('APP_ERROR_PATH', "/var/www/YourWebApp/Private/error");
 define('APP_SALT', "yoursalt");
 define('APP_REPO_PATH', "/var/www/YourWebApp/Private/Repo");
 define('APP_PIC_PATH', "/var/www/YourWebApp/Public/static/hmm-img");
+// Timezone in +N format (without leading zero)
 define('APP_SERVER_TIMEZONE', "+2");
 
 define('CMDLINE_VALIDCMDS', "~|sendmsg|refreshbrd|delmsg|delpic|openpic|");