移除多余的无用代码

This commit is contained in:
2026-04-10 16:36:57 +08:00
parent f20b7aa61c
commit addada1823
1691 changed files with 209 additions and 334971 deletions

View File

@@ -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来调用其他登录模块。