From 88964924ef148fb3f1ba31f6cef168562956937b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 11 Mar 2006 20:35:36 +0000 Subject: Ticket #854 fixes * Compute the correct amount of ng interface for pptp and pppoe * Restart mpd processes in one function so that duplicates do not end up in mpd.conf file --- usr/local/www/vpn_pptp_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/vpn_pptp_users.php') diff --git a/usr/local/www/vpn_pptp_users.php b/usr/local/www/vpn_pptp_users.php index 03dbe8f..b342f0d 100755 --- a/usr/local/www/vpn_pptp_users.php +++ b/usr/local/www/vpn_pptp_users.php @@ -43,7 +43,7 @@ if ($_POST) { if ($_POST['apply']) { $retval = 0; config_lock(); - $retval = vpn_pptpd_configure(); + $retval = vpn_setup(); config_unlock(); $savemsg = get_std_save_message($retval); if ($retval == 0) { -- cgit v1.1