移除多余的无用代码

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

@@ -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>