summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-05 02:15:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-05 02:15:20 +0000
commit963d012d70a73b9331caeccc7ee21dd54a889401 (patch)
treea24b7ff254f738382c49238803809fcc05788b55 /usr/local/www/vpn_pptp.php
parent9b8dc8219d0381b0e3d6856729e101f2f3bbd284 (diff)
downloadpfsense-963d012d70a73b9331caeccc7ee21dd54a889401.zip
pfsense-963d012d70a73b9331caeccc7ee21dd54a889401.tar.gz
Correctly disable PPTP server Ticket #953
Diffstat (limited to 'usr/local/www/vpn_pptp.php')
-rwxr-xr-xusr/local/www/vpn_pptp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index b9659e5..07b55a4 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -104,6 +104,7 @@ if ($_POST) {
unset($rules[$x]);
}
}
+ unset($config['pptpd']['mode']);
write_config();
}
OpenPOWER on IntegriCloud