文件不存在(".$_file.")!
";
}
if($is_submit=="y"){
//
$content=$_POST["content"];
write_file(get_last_path(THIS_FILE_ROOT)."/tmpl",$_f.".php",stripslashes(str_replace("\x0d\x0a", "\x0a", $content)));
$content=read_file($_file);
$content=dhtmlspecialchars($content);
$msg="保存成功(".date("Y-m-d H:i:s").")!";
}
?>