summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_dhcp_edit.php')
-rwxr-xr-xusr/local/www/services_dhcp_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php
index 3239d05..b5718fa 100755
--- a/usr/local/www/services_dhcp_edit.php
+++ b/usr/local/www/services_dhcp_edit.php
@@ -146,9 +146,9 @@ if ($_POST) {
write_config();
if(isset($config['dhcpd'][$if]['enable'])) {
- touch($d_staticmapsdirty_path);
+ mark_subsystem_dirty('staticmaps');
if (isset($config['dnsmasq']['regdhcpstatic']))
- touch($d_hostsdirty_path);
+ mark_subsystem_dirty('hosts');
}
header("Location: services_dhcp.php?if={$if}");
OpenPOWER on IntegriCloud