移除多余的无用代码
This commit is contained in:
@@ -30,12 +30,12 @@ if(isset($_POST['do'])){
|
||||
if(file_exists($msgfile))
|
||||
$msg = file_get_contents($msgfile);
|
||||
|
||||
include("kindeditor.php");
|
||||
include("vditor.php");
|
||||
?>
|
||||
|
||||
<div class="container">
|
||||
<form action='setmsg.php' method='post'>
|
||||
<textarea name='msg' class="kindeditor" ><?php echo $msg?></textarea><br>
|
||||
<textarea name='msg' class="vditor-editor" ><?php echo $msg?></textarea><br>
|
||||
<input type='hidden' name='do' value='do'>
|
||||
<center><input type='submit' value='<?php echo $MSG_SAVE?>'></center>
|
||||
<!-- <br>
|
||||
|
||||
Reference in New Issue
Block a user