Skip to content

Commit

Permalink
Store Side zen_output_string_protected Issue zencart#270
Browse files Browse the repository at this point in the history
  • Loading branch information
mc12345678 committed Feb 17, 2016
1 parent b1c4710 commit f43078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/modules/pages/checkout_success/header_php.php
Expand Up @@ -164,7 +164,7 @@ function continueClick()
reset($_POST);
while (list($key, $value) = each($_POST)) {
if (!is_array($_POST[$key])) {
echo zen_draw_hidden_field($key, htmlspecialchars(stripslashes($value), ENT_COMPAT, CHARSET, TRUE)) . "\n";
echo zen_draw_hidden_field($key, zen_output_string_protected(stripslashes($value))) . "\n";
}
}
if (!isset($_POST['securityToken'])) zen_draw_hidden_field('securityToken', $_SESSION['securityToken']);
Expand Down

0 comments on commit f43078d

Please sign in to comment.