diff options
author | Tom Schaefer <tom@tomschaefer.org> | 2010-08-19 23:51:21 -0400 |
---|---|---|
committer | Tom Schaefer <tom@tomschaefer.org> | 2010-08-19 23:51:21 -0400 |
commit | 1a2a33b2868e422f08aed3b186c9acc815e4ec88 (patch) | |
tree | f517464a0241ef46736ec51693f339484a8c2b47 /config | |
parent | 5b7a4d91df381025d79f51db2edd5fd8d89ff17a (diff) | |
download | pfsense-packages-1a2a33b2868e422f08aed3b186c9acc815e4ec88.tar.gz pfsense-packages-1a2a33b2868e422f08aed3b186c9acc815e4ec88.tar.bz2 pfsense-packages-1a2a33b2868e422f08aed3b186c9acc815e4ec88.zip |
countryblock - fixed typo. Filemgr mirrored version on pkg_config
Diffstat (limited to 'config')
-rw-r--r-- | config/countryblock/countryblock.tmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/countryblock/countryblock.tmp b/config/countryblock/countryblock.tmp index a8196cdc..dc0fbbbc 100644 --- a/config/countryblock/countryblock.tmp +++ b/config/countryblock/countryblock.tmp @@ -2603,7 +2603,7 @@ ob_end_clean(); $results = exec("pfctl -T show -t countryblock |grep -v -c Z"); ob_end_clean(); echo $results; - echo " IPs"; + echo " Networks"; ?> |