Start PPPoE server after changes

This commit is contained in:
Scott Ullrich 2005-09-07 20:36:01 +00:00
parent 7a35466cd8
commit e3ed7eec26

View File

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