From b51b97f4955d6b291d7d9bb751310f6a78dfc133 Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Fri, 28 Jun 2024 11:56:01 -0400 Subject: [PATCH] Fixed comment (#7028) --- app/provision/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])) {