summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_mac.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-26 00:00:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-26 00:00:12 +0000
commit0eca4f8052c4f600a2656770d0bdb7bc09e0f7ac (patch)
tree2a15679a389193ccc0ebd9c8ce259d97c9a025fd /usr/local/www/services_captiveportal_mac.php
parent1c5617828f259f3fd2d092ae3b52342a7dc77196 (diff)
downloadpfsense-0eca4f8052c4f600a2656770d0bdb7bc09e0f7ac.zip
pfsense-0eca4f8052c4f600a2656770d0bdb7bc09e0f7ac.tar.gz
Reload allowed mac addresses upon saving. We do not need to control a reboot scenario here.
Diffstat (limited to 'usr/local/www/services_captiveportal_mac.php')
-rwxr-xr-xusr/local/www/services_captiveportal_mac.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_captiveportal_mac.php b/usr/local/www/services_captiveportal_mac.php
index e293a13..09b38a2 100755
--- a/usr/local/www/services_captiveportal_mac.php
+++ b/usr/local/www/services_captiveportal_mac.php
@@ -43,9 +43,9 @@ if ($_POST) {
if ($_POST['apply']) {
$retval = 0;
- if (!file_exists($d_sysrebootreqd_path)) {
- $retval = captiveportal_passthrumac_configure();
- }
+
+ $retval = captiveportal_passthrumac_configure();
+
$savemsg = get_std_save_message($retval);
if ($retval == 0) {
if (file_exists($d_passthrumacsdirty_path)) {
OpenPOWER on IntegriCloud