移除多余的无用代码
This commit is contained in:
@@ -52,7 +52,7 @@ static $OJ_REDISPORT=6379;
|
||||
static $OJ_REDISQNAME="hustoj";
|
||||
static $SAE_STORAGE_ROOT="http://hustoj-web.stor.sinaapp.com/"; //新浪云存储引擎
|
||||
static $OJ_CDN_URL=""; // 如果服务器带宽较小,可选用他人同版本的OJ作为静态资源来源 http://cdn.m.hustoj.com:8090/
|
||||
static $OJ_TEMPLATE="syzoj"; //使用的默认模板,template目录下的每个子目录都是一个模板, [bs3 mdui sweet syzoj sidebar bshark] work with discuss3
|
||||
static $OJ_TEMPLATE="syzoj"; //使用的默认模板,当前部署仅保留 syzoj。
|
||||
static $OJ_BG="/image/background.jpg"; //双引号里面填写背景图片的url。
|
||||
// $OJ_BG="/image/bing".date('H').".jpg"; //每个整点更换壁纸,例如准备bing[00~23].jpg在image目录。
|
||||
static $OJ_LOGIN_MOD="hustoj"; //需要在include目录下配置login-xxxx.php来调用其他登录模块。
|
||||
|
||||
Reference in New Issue
Block a user