Skip to content

Commit

Permalink
Merge branch 'master-2.24' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Oct 29, 2020
2 parents d6578b2 + ab37fe3 commit 24b7d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/install.php
Expand Up @@ -1520,7 +1520,7 @@ function print_test( $p_test_description, $p_result, $p_hard_fail = true, $p_mes
? CONFIGURED_PASSWORD
: string_attribute( $f_db_password );
?>">
<input name="admin_username" type="hidden" value="<?php echo $f_admin_username?>">
<input name="admin_username" type="hidden" value="<?php echo string_attribute( $f_admin_username )?>">
<input name="admin_password" type="hidden" value="<?php
echo !is_blank( $f_admin_password ) && $f_admin_password == $f_db_password
? CONFIGURED_PASSWORD
Expand Down

0 comments on commit 24b7d9e

Please sign in to comment.