Fixed Cross-Site Scripting
This commit is contained in:
parent
f0f7244d84
commit
5dd5a9aeee
|
@ -210,7 +210,7 @@ switch ($login_screen) {
|
||||||
case 'login':
|
case 'login':
|
||||||
if (!empty($page) && !empty($sec)) {
|
if (!empty($page) && !empty($sec)) {
|
||||||
foreach ($_POST as $key => $value) {
|
foreach ($_POST as $key => $value) {
|
||||||
html_print_input_hidden(io_safe_input($key), $value);
|
html_print_input_hidden(io_safe_input($key), io_safe_input($value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue