1
0
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:
loviuz 2023-07-20 12:12:27 +02:00
parent 87be1cd6e1
commit 59566be1f2

View File

@ -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>';
}