summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-28 14:47:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-28 14:47:59 +0000
commit0dce7515048d79f6723654a878bfdeb83fd77a24 (patch)
tree3ccfd93dfd5a82c4e3635096371019f8a7eb60de /usr/local/www/services_dnsmasq_edit.php
parent627bac9357e04a65c6b015785b01aae02df56d8c (diff)
downloadpfsense-0dce7515048d79f6723654a878bfdeb83fd77a24.zip
pfsense-0dce7515048d79f6723654a878bfdeb83fd77a24.tar.gz
Do not touch an empty variable
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 1d2a999..59095a9 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