移除多余的无用代码

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

@@ -20,7 +20,7 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
exit(1);
}
echo "<center><h3>" . "Edit-" . $MSG_CONTEST . "</h3></center>";
include_once("kindeditor.php");
include_once("vditor.php");
?>
<body leftmargin="30">
@@ -182,7 +182,7 @@ include_once("kindeditor.php");
<br>
<p align=left>
<?php echo "<h4>" . $MSG_CONTEST . "-" . $MSG_Description . "</h4>" ?>
<textarea class=kindeditor rows=13 name=description cols=80>
<textarea class=vditor-editor rows=13 name=description cols=80>
<?php echo htmlentities($description, ENT_QUOTES, 'UTF-8') ?>
</textarea>
<br>