mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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…
x
Reference in New Issue
Block a user