修复
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);
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<strong ><?php echo "$MSG_ERROR_INFO";?> </strong>
|
||||
</p>
|
||||
<div class="ui existing segment">echo htmlentities($view_reinfo,ENT_QUOTES,"UTF-8")
|
||||
<pre v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php echo htmlentities($view_reinfo,ENT_QUOTES,"UTF-8")?></pre>
|
||||
<pre v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php echo html_entity_decode($view_reinfo,ENT_QUOTES,"UTF-8")?></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user