移除多余的无用代码
This commit is contained in:
@@ -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");
|
||||
$url=$_POST ['url'];
|
||||
@@ -71,7 +71,7 @@ Memory Limit:<input type=text class='input input-mini' name=memory_limit size=2
|
||||
<br>POJ<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:
|
||||
|
||||
Reference in New Issue
Block a user