移除多余的无用代码

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

@@ -15,7 +15,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
exit(1);
}?>
<?php
include_once("kindeditor.php") ;
include_once("vditor.php") ;
?>
<?php require_once("../include/simple_html_dom.php");
function getPartByMark($html,$mark1,$mark2){
@@ -78,7 +78,7 @@ function getPartByMark($html,$mark1,$mark2){
<p align=left>Time Limit:<input type=text name=time_limit size=20 value="<?php echo $time_limit?>">S
Memory Limit:<input type=text name=memory_limit size=20 value="<?php echo $memory_limit?>">MByte</p>
<p align=left>Description:<br>
<textarea class="kindeditor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
<textarea class="vditor-editor" rows=13 name=description cols=80><?php echo $descriptionHTML;?></textarea>
</p>
<p align=left>Input:
<textarea rows=5 name=input cols=80><?php echo $inputHTML;?></textarea>