summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_opt.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 01:58:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 01:58:06 +0000
commit91e0be49c1adccc3705b6afffcddbd7e94dbc1c0 (patch)
tree2bf358c4da5ed5d5f416fc4c2105fe70cdad5c30 /usr/local/www/interfaces_opt.php
parent504100448b020320b34af442b0223040e666ba21 (diff)
downloadpfsense-91e0be49c1adccc3705b6afffcddbd7e94dbc1c0.zip
pfsense-91e0be49c1adccc3705b6afffcddbd7e94dbc1c0.tar.gz
Reload captiveportal in reload_interfaces
Diffstat (limited to 'usr/local/www/interfaces_opt.php')
-rwxr-xr-xusr/local/www/interfaces_opt.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index e18984e..ab5bf67 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -211,12 +211,6 @@ if ($_POST) {
$optcfg['mtu'] = $_POST['mtu'];
write_config();
-
- /* is this the captive portal interface? */
- if (isset($config['captiveportal']['enable']) &&
- ($config['captiveportal']['interface'] == ('opt' . $index))) {
- captiveportal_configure();
- }
touch("/tmp/reload_interfaces");
OpenPOWER on IntegriCloud