diff --git a/app/provision/index.php b/app/provision/index.php index 0c13041640..048d765ba7 100644 --- a/app/provision/index.php +++ b/app/provision/index.php @@ -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'])) {