Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	include/function.php
  • Loading branch information
secret715 committed Jan 21, 2017
2 parents d43c898 + dbbbf35 commit fc5ba24
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/function.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?php
function sc_ver(){
<<<<<<< HEAD
return '9.1';
=======
return '9.0.2';
>>>>>>> origin/master
}

function sc_keygen($_value=''){
Expand Down Expand Up @@ -324,4 +328,4 @@ function lt_replace($str){
function sc_removal_escape_string($data){
$data = lt_replace($data);
return stripslashes($data);
}
}
42 changes: 42 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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) 授權。

0 comments on commit fc5ba24

Please sign in to comment.