summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-09-17 13:40:06 +0000
committerBill Marquette <billm@pfsense.org>2005-09-17 13:40:06 +0000
commite358460d5a0e9df4f471e3508eb1e1c35379caf3 (patch)
treeb9b83bbe7f3f6c9d0e46b72b0bdaca0bcf95e52a /usr/local/www/services_dhcp_edit.php
parent7dd44f7d768fd3e388f538a18d18d0699f101eb9 (diff)
downloadpfsense-e358460d5a0e9df4f471e3508eb1e1c35379caf3.zip
pfsense-e358460d5a0e9df4f471e3508eb1e1c35379caf3.tar.gz
Restart dhcp on change
Diffstat (limited to 'usr/local/www/services_dhcp_edit.php')
-rwxr-xr-xusr/local/www/services_dhcp_edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php
index 988b7c9..4a284fd 100755
--- a/usr/local/www/services_dhcp_edit.php
+++ b/usr/local/www/services_dhcp_edit.php
@@ -125,6 +125,8 @@ if ($_POST) {
if (isset($config['dhcpd'][$if]['staticarp']))
interfaces_staticarp_configure($if);
+
+ services_dhcpd_configure();
header("Location: services_dhcp.php?if={$if}");
exit;
OpenPOWER on IntegriCloud