From e3ed7eec26502bfbaa3e2b91f5b95639332e9b9b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 7 Sep 2005 20:36:01 +0000 Subject: [PATCH] Start PPPoE server after changes --- usr/local/www/vpn_pppoe_users_edit.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr/local/www/vpn_pppoe_users_edit.php b/usr/local/www/vpn_pppoe_users_edit.php index ad0c5c74e5..3aac1b8395 100755 --- a/usr/local/www/vpn_pppoe_users_edit.php +++ b/usr/local/www/vpn_pppoe_users_edit.php @@ -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;