移除多余的无用代码

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

@@ -5,7 +5,7 @@
}
$path_fix="../";
$OJ_TP=$OJ_TEMPLATE;
$OJ_TEMPLATE="bs3";
$OJ_TEMPLATE="syzoj";
?>
<html>
<head>
@@ -35,7 +35,7 @@
</button>
<div class="dropdown-menu">
<?php if (isset($_SESSION[$OJ_NAME.'_'.'administrator'])){?>
<?php if ($OJ_TP=="bs3"){?>
<?php if ($OJ_TP=="syzoj"){?>
<a class="dropdown-item btn-sm" href="setmsg.php" target="main" title="<?php echo $MSG_HELP_SETMESSAGE?>"><b><?php echo $MSG_NEWS."-".$MSG_SETMESSAGE?></b></a>
<?php }?>
<a class="dropdown-item btn-sm" href="news_list.php" target="main" title="<?php echo $MSG_HELP_NEWS_LIST?>"><b><?php echo $MSG_NEWS."-".$MSG_LIST?></b></a>