XSS fix
This commit is contained in:
parent
14901fa203
commit
4546333342
|
@ -249,7 +249,7 @@ function display_LoginPage($config_object) {
|
||||||
}
|
}
|
||||||
// check if self service was saved
|
// check if self service was saved
|
||||||
if (isset($_GET['selfserviceSaveOk'])) {
|
if (isset($_GET['selfserviceSaveOk'])) {
|
||||||
StatusMessage("INFO", _("Your settings were successfully saved."), $_GET['selfserviceSaveOk']);
|
StatusMessage("INFO", _("Your settings were successfully saved."), htmlspecialchars($_GET['selfserviceSaveOk']));
|
||||||
echo "<br>";
|
echo "<br>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue