summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-17 13:27:08 +0000
committerErmal <eri@pfsense.org>2010-09-17 13:27:39 +0000
commitb829290395954c43ec242d7f45bd1dd8258bbfb6 (patch)
treec636014e570337fdad58311a32a44efa0032cab8 /usr/local/www/system.php
parente4d7a06478f0c023a87fadc6f1c0fed388015626 (diff)
downloadpfsense-b829290395954c43ec242d7f45bd1dd8258bbfb6.zip
pfsense-b829290395954c43ec242d7f45bd1dd8258bbfb6.tar.gz
Fix braindead code!
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 9a319b3..0074548 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -213,9 +213,8 @@ if ($_POST) {
$retval |= system_timezone_configure();
$retval |= system_ntp_configure();
- /* XXX: ermal -- What is this supposed to do?! */
if ($olddnsallowoverride != $config['system']['dnsallowoverride'])
- $retval |= interface_configure();
+ $retval |= send_event("service reload dns");
// Reload the filter - plugins might need to be run.
$retval |= filter_configure();
OpenPOWER on IntegriCloud