summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe_users.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_pppoe_users.php')
-rwxr-xr-xusr/local/www/vpn_pppoe_users.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/vpn_pppoe_users.php b/usr/local/www/vpn_pppoe_users.php
index 7cbf0f2..30de917 100755
--- a/usr/local/www/vpn_pppoe_users.php
+++ b/usr/local/www/vpn_pppoe_users.php
@@ -50,11 +50,7 @@ if ($_POST) {
if ($_POST['apply']) {
$retval = 0;
-
- config_lock();
$retval = vpn_setup();
- config_unlock();
-
$savemsg = get_std_save_message($retval);
if ($retval == 0) {
if (file_exists($d_pppoeuserdirty_path))
OpenPOWER on IntegriCloud