From 929ac552ea9f64ae7483f9e613919d61c6b17913 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 21 Apr 2023 09:58:08 -0600 Subject: [PATCH] Depreaced node_domain This is handled automatically to make it easier and prevent mistakes --- app/access_controls/app_config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/access_controls/app_config.php b/app/access_controls/app_config.php index 5d8aa676f4..6d78ce6a7a 100644 --- a/app/access_controls/app_config.php +++ b/app/access_controls/app_config.php @@ -135,10 +135,6 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the IP CIDR range."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = "node_domain"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the domain."; - $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "node_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";