Skip to content

Commit

Permalink
dont escape panel_password_special_char field
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
  • Loading branch information
d00p committed Mar 3, 2024
1 parent e06db3d commit f08d540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Froxlor/PhpHelper.php
Expand Up @@ -465,6 +465,7 @@ public static function cleanGlobal(array &$global, AntiXSS &$antiXss)
'mysql_unprivileged_pass',
'admin_pass',
'admin_pass_confirm',
'panel_password_special_char',
];
if (!empty($global)) {
$tmp = $global;
Expand Down

0 comments on commit f08d540

Please sign in to comment.