Update functions.php

This commit is contained in:
FusionPBX
2025-04-17 14:14:03 -06:00
committed by GitHub
parent e7393cc7c0
commit 0b74f0bb26

View File

@@ -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)) {