修复
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user