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.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/vpn_pptp.php') diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php index 33b5e7d..26449e7 100755 --- a/usr/local/www/vpn_pptp.php +++ b/usr/local/www/vpn_pptp.php @@ -127,7 +127,7 @@ if ($_POST) { $retval = 0; config_lock(); - $retval = vpn_pptpd_configure(); + $retval = vpn_setup(); config_unlock(); $savemsg = get_std_save_message($retval); -- cgit v1.1