summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/vpn_pppoe.php2
-rwxr-xr-xusr/local/www/vpn_pppoe_users.php2
-rwxr-xr-xusr/local/www/vpn_pppoe_users_edit.php2
-rwxr-xr-xusr/local/www/vpn_pptp.php2
-rwxr-xr-xusr/local/www/vpn_pptp_users.php2
5 files changed, 5 insertions, 5 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);
diff --git a/usr/local/www/vpn_pppoe_users.php b/usr/local/www/vpn_pppoe_users.php
index ddf4379..fb446e3 100755
--- a/usr/local/www/vpn_pppoe_users.php
+++ b/usr/local/www/vpn_pppoe_users.php
@@ -44,7 +44,7 @@ if ($_POST) {
$retval = 0;
config_lock();
- $retval = vpn_pppoe_configure();
+ $retval = vpn_setup();
config_unlock();
$savemsg = get_std_save_message($retval);
diff --git a/usr/local/www/vpn_pppoe_users_edit.php b/usr/local/www/vpn_pppoe_users_edit.php
index 9e142b4..3542c18 100755
--- a/usr/local/www/vpn_pppoe_users_edit.php
+++ b/usr/local/www/vpn_pppoe_users_edit.php
@@ -103,7 +103,7 @@ if ($_POST) {
write_config();
config_lock();
- $retval = vpn_pppoe_configure();
+ $retval = vpn_setup();
config_unlock();
header("Location: vpn_pppoe_users.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);
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