Commit 802e1d78 authored by Franco Fichtner's avatar Franco Fichtner

services: wrong service hook for dhcp here

(cherry picked from commit aaa72bb9)
parent 649ff4f0
...@@ -33,7 +33,8 @@ require_once("guiconfig.inc"); ...@@ -33,7 +33,8 @@ require_once("guiconfig.inc");
require_once("system.inc"); require_once("system.inc");
require_once("interfaces.inc"); require_once("interfaces.inc");
require_once("plugins.inc"); require_once("plugins.inc");
require_once 'services.inc'; require_once("services.inc");
require_once("pfsense-utils.inc");
/* expects $logfile to point to the system path */ /* expects $logfile to point to the system path */
/* expects $logclog to be true or false */ /* expects $logclog to be true or false */
......
...@@ -150,10 +150,12 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -150,10 +150,12 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
} }
} }
$service_hook = 'dhcpd6';
$service_hook = 'dhcpd';
legacy_html_escape_form_data($pconfig); legacy_html_escape_form_data($pconfig);
include("head.inc"); include("head.inc");
?> ?>
<body> <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