From 0b74f0bb26728427062d35511e64c578e000cfe8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 17 Apr 2025 14:14:03 -0600 Subject: [PATCH] Update functions.php --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 9ee7e8f9c3..672ac62804 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -145,7 +145,7 @@ } //check to see if the user's remote address is in the cidr array - if (is_array($cidr) { + if (is_array($cidr)) { //cidr is an array foreach ($cidr as $value) { if (check_cidr($value, $ip_address)) {