mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Start PPPoE server after changes
This commit is contained in:
parent
7a35466cd8
commit
e3ed7eec26
@ -102,7 +102,10 @@ if ($_POST) {
|
||||
$a_secret[] = $secretent;
|
||||
|
||||
write_config();
|
||||
touch($d_pppoeuserdirty_path);
|
||||
|
||||
config_lock();
|
||||
$retval = vpn_pppoe_configure();
|
||||
config_unlock();
|
||||
|
||||
header("Location: vpn_pppoe_users.php");
|
||||
exit;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user