summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-24 23:15:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-24 23:15:27 +0000
commit890b0516d9b5839dbdc81f3334e08c24c68269ee (patch)
treeed6e698740131924910bf719ca1fc6d79dbdc4c5 /usr/local/www/vpn_pptp.php
parent78cf56c6b2cc75a9a20a7107c3f10744fadfecfe (diff)
downloadpfsense-890b0516d9b5839dbdc81f3334e08c24c68269ee.zip
pfsense-890b0516d9b5839dbdc81f3334e08c24c68269ee.tar.gz
Make sure the description reads Default PPTP -> any
Diffstat (limited to 'usr/local/www/vpn_pptp.php')
-rwxr-xr-xusr/local/www/vpn_pptp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index 4d386f1..c6d9ccb 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -354,7 +354,7 @@ function add_default_pptp_rule() {
$filterent['disabled'] = false;
$filterent['log'] = false;
$filterent['frags'] = false;
- $filterent['descr'] = "Default PPTP -&gt; any";
+ $filterent['descr'] = "Default PPTP -> any";
$a_filter[] = $filterent;
write_config();
OpenPOWER on IntegriCloud