mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-19 11:45:25 +01:00
Potenziale vulnerabilità XSS
This commit is contained in:
parent
87be1cd6e1
commit
59566be1f2
@ -58,7 +58,7 @@ if (empty($_GET['error'])) {
|
|||||||
redirect($redirect);
|
redirect($redirect);
|
||||||
exit();
|
exit();
|
||||||
} else {
|
} else {
|
||||||
echo $_GET['error'].'<br>'.$_GET['error_description'].'
|
echo strip_tags($_GET['error']).'<br>'.strip_tags($_GET['error_description']).'
|
||||||
<br><br>
|
<br><br>
|
||||||
<a href="'.$redirect.'">'.tr('Riprova').'</a>';
|
<a href="'.$redirect.'">'.tr('Riprova').'</a>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user