mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fixed comment (#7028)
This commit is contained in:
committed by
GitHub
parent
9081f59ca9
commit
b51b97f495
@@ -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'])) {
|
||||
|
||||
Reference in New Issue
Block a user