重新改回html_entity_decode
This commit is contained in:
@@ -227,7 +227,7 @@ include_once("kindeditor.php") ;
|
||||
if (!(isset($_SESSION[$OJ_NAME.'_'."p$id"]) || isset($_SESSION[$OJ_NAME.'_'.'administrator']) || isset($_SESSION[$OJ_NAME.'_'.'problem_editor']) )) exit();
|
||||
|
||||
$title = $_POST['title'];
|
||||
$title = str_replace(",", ",", $title);
|
||||
$title = html_entity_decode($title,ENT_QUOTES,"UTF-8");
|
||||
|
||||
$time_limit = $_POST['time_limit'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user