diff --git a/src/www/services_unbound_acls.php b/src/www/services_unbound_acls.php index cfe2372b5..919fa1b52 100644 --- a/src/www/services_unbound_acls.php +++ b/src/www/services_unbound_acls.php @@ -116,11 +116,17 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { } $service_hook = 'unbound'; + legacy_html_escape_form_data($pconfig); + include("head.inc"); -?> +$main_buttons = array(); +if (!isset($_GET['act'])) { + $main_buttons[] = array('label' => gettext('Add'), 'href' => 'services_unbound_acls.php?act=new'); +} +?>