mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Reload captiveportal in reload_interfaces
This commit is contained in:
parent
504100448b
commit
91e0be49c1
@ -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");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user