From e358460d5a0e9df4f471e3508eb1e1c35379caf3 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sat, 17 Sep 2005 13:40:06 +0000 Subject: Restart dhcp on change --- usr/local/www/services_dhcp_edit.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/local/www/services_dhcp_edit.php') 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; -- cgit v1.1