移除多余的无用代码
This commit is contained in:
@@ -8,7 +8,7 @@ if(!(isset($_SESSION[$OJ_NAME.'_'.'administrator']))){
|
||||
echo "<hr>";
|
||||
echo "<center><h3>".$MSG_NEWS."-".$MSG_ADD."</h3></center>";
|
||||
|
||||
include_once("kindeditor.php");
|
||||
include_once("vditor.php");
|
||||
?>
|
||||
|
||||
<?php
|
||||
@@ -53,7 +53,7 @@ if(isset($_POST['pid'])){
|
||||
</label>
|
||||
</p>
|
||||
<p align=left>
|
||||
<textarea class=kindeditor name=content rows=41 >
|
||||
<textarea class=vditor-editor name=content rows=41 >
|
||||
<?php echo isset($content)?$content:""?>
|
||||
</textarea>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user