From aaa72bb9e1745b393792f22e27c36b1d9e351ee7 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 5 Jul 2016 20:18:58 +0200 Subject: [PATCH] services: wrong service hook for dhcp here --- src/www/services_dhcpv6_edit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/www/services_dhcpv6_edit.php b/src/www/services_dhcpv6_edit.php index 9352c3864..aca09c236 100644 --- a/src/www/services_dhcpv6_edit.php +++ b/src/www/services_dhcpv6_edit.php @@ -150,10 +150,12 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { } } +$service_hook = 'dhcpd6'; -$service_hook = 'dhcpd'; legacy_html_escape_form_data($pconfig); + include("head.inc"); + ?>