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.";