Skip to content

Commit

Permalink
Re-apply d15bd2d
Browse files Browse the repository at this point in the history
  • Loading branch information
leenooks committed Apr 2, 2023
1 parent a0117e4 commit 226a76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
$user = array();
$user['login'] = get_request('login');
$user['password'] = get_request('login_pass', 'POST', false, '', false);
$user['password'] = html_entity_decode($user['password'], ENT_QUOTES);

if ($user['login'] && !strlen($user['password'])) {
system_message(array(
Expand Down

0 comments on commit 226a76d

Please sign in to comment.