移除多余的无用代码

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

@@ -51,8 +51,8 @@ if($OJ_SaaS_ENABLE){
$DOMAIN=$domain;
}
if(isset($_SERVER["HTTP_USER_AGENT"])&&strpos($_SERVER["HTTP_USER_AGENT"],"MSIE")){ // 360 or IE use bs3 instead
$OJ_TEMPLATE="bs3";
if(isset($_SERVER["HTTP_USER_AGENT"])&&strpos($_SERVER["HTTP_USER_AGENT"],"MSIE")){ // 360 or IE keep using the only remaining syzoj template
$OJ_TEMPLATE="syzoj";
}