diff options
author | Tom Schaefer <tom@tomschaefer.org> | 2010-09-29 04:45:25 -0400 |
---|---|---|
committer | Tom Schaefer <tom@tomschaefer.org> | 2010-09-29 04:45:25 -0400 |
commit | 8c5b659410a252f726eeafcda366015193db0943 (patch) | |
tree | 478faa6d96ff4c4609be51b7a16cf512ce62da80 /config/countryblock/countryblock.inc | |
parent | 1517209e0e9fb2c399c8566394e8f9fc8e01fa47 (diff) | |
download | pfsense-packages-8c5b659410a252f726eeafcda366015193db0943.tar.gz pfsense-packages-8c5b659410a252f726eeafcda366015193db0943.tar.bz2 pfsense-packages-8c5b659410a252f726eeafcda366015193db0943.zip |
Version 1.5 added if selection, nano functions, and sp fix
Diffstat (limited to 'config/countryblock/countryblock.inc')
-rw-r--r-- | config/countryblock/countryblock.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/countryblock/countryblock.inc b/config/countryblock/countryblock.inc index 7cab6c1d..e716f25b 100644 --- a/config/countryblock/countryblock.inc +++ b/config/countryblock/countryblock.inc @@ -59,8 +59,12 @@ function php_install_command_cb() //rename PHP files from .tmp to .php exec("cp /tmp/countryblock.tmp /usr/local/www/packages/countryblock/countryblock.php"); unlink_if_exists("/tmp/countryblock.tmp"); + exec("cp /tmp/countryblock_if.tmp /usr/local/www/packages/countryblock/countryblock_if.php"); + unlink_if_exists("/tmp/countryblock_if.tmp"); exec("cp /tmp/index.tmp /usr/local/www/packages/countryblock/index.php"); unlink_if_exists("/tmp/index.tmp"); + exec("cp /tmp/firewall_shaper.tmp /usr/local/www/packages/countryblock/firewall_shaper.php"); + unlink_if_exists("/tmp/firewall_shaper.tmp"); //Get scripts exec("cp /tmp/countryblock.sh /usr/local/etc/rc.d/countryblock.sh"); unlink_if_exists("/tmp/countryblock.sh"); |