Skip to content

Instantly share code, notes, and snippets.

@swguo
Last active August 1, 2020 10:06
Show Gist options
  • Save swguo/609128cde53e5d8b8c309ec82e09e195 to your computer and use it in GitHub Desktop.
Save swguo/609128cde53e5d8b8c309ec82e09e195 to your computer and use it in GitHub Desktop.
<?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