Fixed comment (#7028)
This commit is contained in:
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'])) {
|
if (!empty($provision['password'])) {
|
||||||
//deny access if the password doesn't match
|
//deny access if the password doesn't match
|
||||||
if ($provision['password'] != check_str($_REQUEST['password'])) {
|
if ($provision['password'] != check_str($_REQUEST['password'])) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue