Last active
August 1, 2020 10:06
-
-
Save swguo/609128cde53e5d8b8c309ec82e09e195 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| # 時區設定,不加首頁會有warning | |
| date_default_timezone_set("Asia/Taipei"); | |
| # 設定語系為繁體中文 | |
| $g_default_language = "chinese_traditional"; | |
| # 設定是否讓人註冊帳號(系統使用者都加入帳號以後可以改成OFF) | |
| $g_allow_signup = ON; | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment