Reload captiveportal in reload_interfaces

This commit is contained in:
Scott Ullrich 2005-12-03 01:58:06 +00:00
parent 504100448b
commit 91e0be49c1

View File

@ -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");