summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp_users.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-11 20:35:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-11 20:35:36 +0000
commit88964924ef148fb3f1ba31f6cef168562956937b (patch)
tree81fa4baff87a23f2c2596f80b1ba7921d6ce8076 /usr/local/www/vpn_pptp_users.php
parent7a3a352afff32e846207bb56172e1f0df80dc4c0 (diff)
downloadpfsense-88964924ef148fb3f1ba31f6cef168562956937b.zip
pfsense-88964924ef148fb3f1ba31f6cef168562956937b.tar.gz
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
Diffstat (limited to 'usr/local/www/vpn_pptp_users.php')
-rwxr-xr-xusr/local/www/vpn_pptp_users.php2
1 files changed, 1 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud