diff --git a/include/function.php b/include/function.php index e8ba335..b2f8c01 100644 --- a/include/function.php +++ b/include/function.php @@ -1,6 +1,10 @@ >>>>>> origin/master } function sc_keygen($_value=''){ @@ -324,4 +328,4 @@ function lt_replace($str){ function sc_removal_escape_string($data){ $data = lt_replace($data); return stripslashes($data); -} \ No newline at end of file +} diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..9d62390 --- /dev/null +++ b/readme.md @@ -0,0 +1,42 @@ + +Secret Center +----- +內建聊天室、論壇、通知以及後臺管理的會員系統 + +官方網站:http://center.gdsecret.net/ + + + +安裝 +----- +1. 上傳文件後,執行 install.php +2. 填入相關資料 +3. 安裝成功! + + +使用 +----- +* 後台位置:http://你的網址/admin/index.php +* 詳細資料(如:網站名稱):config.php + + +其他 +----- +本專案所引用的其他開放原始碼軟體: + +>Bootstrap v3.3.6 +授權:MIT License +官方網站:http://getbootstrap.com/ + +>CLEditor v1.4.5 +授權:MIT License +官方網站:http://premiumsoftware.net/cleditor/ + +>HTML Purifier v4.7.0 +授權:LGPL v2.1+ +官方網站:http://htmlpurifier.org/ + + +*** +Secret Center 由 [Secret Center 開發團隊] (http://center.gdsecret.net/#team) 製作 +使用 GNU AFFERO GENERAL PUBLIC LICENSE 3.0 (AGPL 3.0) 授權。