From dc1d3177d2414a0172b05dc30779589ce61b5fbe Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 29 Aug 2016 10:32:48 +0200 Subject: [PATCH] net/pptp: plugins_interfaces() is now implied --- net/pptp/src/www/vpn_pptp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/net/pptp/src/www/vpn_pptp.php b/net/pptp/src/www/vpn_pptp.php index e640a32b9..6ced725fe 100644 --- a/net/pptp/src/www/vpn_pptp.php +++ b/net/pptp/src/www/vpn_pptp.php @@ -170,7 +170,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { unset($pptpcfg['radius']['radiusissueips']); } - plugins_interfaces(false); write_config(); $savemsg = get_std_save_message(); if_pptp_configure_do();