diff options
author | Tom Schaefer <tom@tomschaefer.org> | 2010-09-30 04:04:17 -0400 |
---|---|---|
committer | Tom Schaefer <tom@tomschaefer.org> | 2010-09-30 04:04:17 -0400 |
commit | 7a331fae4f2692d3a8f5255ed22ea571c092815a (patch) | |
tree | 6483fdcd248fa1e3d3e5a17f1aca4ff4d6684096 /config/countryblock/countryblock.inc | |
parent | fbe0871ca99561c5476103c5365d73b7b282c4b7 (diff) | |
download | pfsense-packages-7a331fae4f2692d3a8f5255ed22ea571c092815a.tar.gz pfsense-packages-7a331fae4f2692d3a8f5255ed22ea571c092815a.tar.bz2 pfsense-packages-7a331fae4f2692d3a8f5255ed22ea571c092815a.zip |
ver 1.6 added usage details, all interfaces enabled by default
Diffstat (limited to 'config/countryblock/countryblock.inc')
-rw-r--r-- | config/countryblock/countryblock.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/countryblock/countryblock.inc b/config/countryblock/countryblock.inc index e716f25b..46429563 100644 --- a/config/countryblock/countryblock.inc +++ b/config/countryblock/countryblock.inc @@ -84,6 +84,8 @@ function php_install_command_cb() unlink_if_exists("/tmp/purge.tmp"); exec("cp /tmp/whitelist.tmp /usr/local/www/packages/countryblock/whitelist.php"); unlink_if_exists("/tmp/whitelist.tmp"); + exec("cp /tmp/interfaces.txt /usr/local/www/packages/countryblock/interfaces.txt"); + unlink_if_exists("/tmp/interfaces.txt"); |