移除多余的无用代码

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

@@ -16,7 +16,7 @@ if (!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
}
?>
<?php
include_once("kindeditor.php") ;
include_once("vditor.php") ;
?>
<?php require_once("../include/simple_html_dom.php");
function getPartByMark($html,$mark1,$mark2){
@@ -67,7 +67,7 @@ Memory Limit:<input type=text class='input input-mini' name=memory_limit size=2
<br>LUOGU<input type=text name=remote_id value="<?php echo $remote_id?>" >
<input type=submit value=Submit name=submit>
<p align=left>Description:<br>
<textarea class="kindeditor" rows=5 name=description cols=30><?php echo $descriptionHTML;?></textarea>
<textarea class="vditor-editor" rows=5 name=description cols=30><?php echo $descriptionHTML;?></textarea>
<p align=left>Input:
<textarea rows=5 name=input cols=30 ><?php echo $inputHTML;?></textarea>
Output: