diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-03-06 22:43:13 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-03-06 22:43:13 +0000 |
commit | 151604755304c2d317dc44471b3d120241fce877 (patch) | |
tree | 5da45d0a58532c2e23b3902415015e4b883aa1ee /usr/local | |
parent | c3d765f0c1a7ee39ae525ad63cf5d97232ffeba8 (diff) | |
download | pfsense-151604755304c2d317dc44471b3d120241fce877.zip pfsense-151604755304c2d317dc44471b3d120241fce877.tar.gz |
Fix typo.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_rules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index e00106a..f6ad41a 100755 --- a/usr/local/www/firewall_rules.php +++ b/usr/local/www/firewall_rules.php @@ -72,7 +72,7 @@ if (isset($config['ipsec']['enable']) || isset($config['ipsec']['mobileclients'] if (!$if || !isset($iflist[$if])) { if ("any" == $if) - $if = "GerneralRules"; + $if = "FloatingRules"; else if ("FloatingRules" != $if) $if = "wan"; } |