Fixed comment (#7028)

This commit is contained in:
Antonio Fernandez 2024-06-28 11:56:01 -04:00 committed by GitHub
parent 9081f59ca9
commit b51b97f495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@
}
}
//if password was defined in the system -> variables page then require the password.
//if password was defined in the Default Settings page then require the password.
if (!empty($provision['password'])) {
//deny access if the password doesn't match
if ($provision['password'] != check_str($_REQUEST['password'])) {