no_empty_statement

This commit is contained in:
Nguyen Tran Chung 2022-12-02 12:38:56 +09:00
parent 133c5cc57e
commit 463f59d80e
No known key found for this signature in database
GPG key ID: 1E47DA8A9B29876B

View file

@ -305,7 +305,7 @@ if ($use_auth) {
fm_redirect(FM_ROOT_URL . $_SERVER['REQUEST_URI']); fm_redirect(FM_ROOT_URL . $_SERVER['REQUEST_URI']);
} }
} else { } else {
fm_set_msg(lng('password_hash not supported, Upgrade PHP version'), 'error');; fm_set_msg(lng('password_hash not supported, Upgrade PHP version'), 'error');
} }
} else { } else {
// Form // Form