summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-30 02:45:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-30 02:45:11 +0000
commitceca2719a209478482ae34e30d02c8801a7bede6 (patch)
tree306d71c020dd1babbd0eafb90f4fdc9af1f85089 /usr/local/www/services_dnsmasq_edit.php
parentf259949dec67f17cbdf941c6d400f987595c266c (diff)
downloadpfsense-ceca2719a209478482ae34e30d02c8801a7bede6.zip
pfsense-ceca2719a209478482ae34e30d02c8801a7bede6.tar.gz
* Set $d_hostsdirty_path in guiconfig.inc
* Turn back on checking of $d_hostsdirty_path
Diffstat (limited to 'usr/local/www/services_dnsmasq_edit.php')
-rwxr-xr-xusr/local/www/services_dnsmasq_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dnsmasq_edit.php b/usr/local/www/services_dnsmasq_edit.php
index 59095a9..1d2a999 100755
--- a/usr/local/www/services_dnsmasq_edit.php
+++ b/usr/local/www/services_dnsmasq_edit.php
@@ -93,7 +93,7 @@ if ($_POST) {
else
$a_hosts[] = $hostent;
- //touch($d_hostsdirty_path);
+ touch($d_hostsdirty_path);
write_config();
OpenPOWER on IntegriCloud