mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-19 03:34: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);
|
||||
exit();
|
||||
} else {
|
||||
echo $_GET['error'].'<br>'.$_GET['error_description'].'
|
||||
echo strip_tags($_GET['error']).'<br>'.strip_tags($_GET['error_description']).'
|
||||
<br><br>
|
||||
<a href="'.$redirect.'">'.tr('Riprova').'</a>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user