From f24847d1c4dea9e3f06c578d02ef377261d61c11 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 21 Oct 2024 15:25:45 -0600 Subject: [PATCH] Update index.php --- app/provision/index.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/provision/index.php b/app/provision/index.php index 218e4605e9..5641506965 100644 --- a/app/provision/index.php +++ b/app/provision/index.php @@ -242,11 +242,6 @@ //get all provision settings $provision = $settings->get('provision', null, []); -//check for a valid match - if (empty($device_uuid) && $settings->get('provision', 'auto_insert_enabled', 'false') !== 'true') { - http_error(403); - } - //check the cidr range if (!empty($provision['cidr'])) { $found = false;