summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe.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_pppoe.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_pppoe.php')
-rwxr-xr-xusr/local/www/vpn_pppoe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pppoe.php b/usr/local/www/vpn_pppoe.php
index d50db67..1331b42 100755
--- a/usr/local/www/vpn_pppoe.php
+++ b/usr/local/www/vpn_pppoe.php
@@ -119,7 +119,7 @@ if ($_POST) {
$retval = 0;
config_lock();
- $retval = vpn_pppoe_configure();
+ $retval = vpn_setup();
config_unlock();
$savemsg = get_std_save_message($retval);
OpenPOWER on IntegriCloud