diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-24 23:15:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-24 23:15:27 +0000 |
commit | 890b0516d9b5839dbdc81f3334e08c24c68269ee (patch) | |
tree | ed6e698740131924910bf719ca1fc6d79dbdc4c5 /usr/local | |
parent | 78cf56c6b2cc75a9a20a7107c3f10744fadfecfe (diff) | |
download | pfsense-890b0516d9b5839dbdc81f3334e08c24c68269ee.zip pfsense-890b0516d9b5839dbdc81f3334e08c24c68269ee.tar.gz |
Make sure the description reads Default PPTP -> any
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/vpn_pptp.php | 2 |
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 -> any"; + $filterent['descr'] = "Default PPTP -> any"; $a_filter[] = $filterent; write_config(); |