This commit is contained in:
2025-04-11 13:48:28 +08:00
parent 344554b3e2
commit 13c59eb132
2 changed files with 1 additions and 17 deletions

View File

@@ -256,22 +256,6 @@ include_once("kindeditor.php") ;
$remote_id = $_POST['remote_id'];
$spj = $_POST['spj'];
if (false) {
$title = stripslashes($title);
$time_limit = stripslashes($time_limit);
$memory_limit = stripslashes($memory_limit);
$description = stripslashes($description);
$input = stripslashes($input);
$output = stripslashes($output);
$sample_input = stripslashes($sample_input);
$sample_output = stripslashes($sample_output);
//$test_input = stripslashes($test_input);
//$test_output = stripslashes($test_output);
$hint = stripslashes($hint);
$source = stripslashes($source);
$spj = stripslashes($spj);
}
$title = ($title);
$description = ($description);
$input = ($input);