Commit aaa72bb9 authored by Franco Fichtner's avatar Franco Fichtner

services: wrong service hook for dhcp here

parent ba3f863f
......@@ -150,10 +150,12 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
}
}
$service_hook = 'dhcpd6';
$service_hook = 'dhcpd';
legacy_html_escape_form_data($pconfig);
include("head.inc");
?>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment