aboutsummaryrefslogtreecommitdiffstats
path: root/config/countryblock/countryblock.inc
diff options
context:
space:
mode:
authorTom Schaefer <tom@tomschaefer.org>2010-07-25 15:08:58 -0400
committerTom Schaefer <tom@tomschaefer.org>2010-07-25 15:08:58 -0400
commit7bcc2b400314dff7235bb635a9968d04d2e7df76 (patch)
tree2463b0a786f363dcbefcb5c68e4291e173c0e823 /config/countryblock/countryblock.inc
parent468555d49e2a96bf3f0747e67412a35c7f226570 (diff)
downloadpfsense-packages-7bcc2b400314dff7235bb635a9968d04d2e7df76.tar.gz
pfsense-packages-7bcc2b400314dff7235bb635a9968d04d2e7df76.tar.bz2
pfsense-packages-7bcc2b400314dff7235bb635a9968d04d2e7df76.zip
Updated countryblock to 1.3
Diffstat (limited to 'config/countryblock/countryblock.inc')
-rw-r--r--config/countryblock/countryblock.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/config/countryblock/countryblock.inc b/config/countryblock/countryblock.inc
index 39a22243..1f94dff1 100644
--- a/config/countryblock/countryblock.inc
+++ b/config/countryblock/countryblock.inc
@@ -72,10 +72,14 @@ function php_install_command()
unlink_if_exists("/tmp/ddaccordion.js");
exec("cp /tmp/public_smo_scripts.js /usr/local/www/packages/countryblock/public_smo_scripts.js");
unlink_if_exists("/tmp/public_smo_scripts.js");
- exec("cp /tmp/titlebar.png /usr/local/www/packages/countryblock/titlebar.pngs");
+ exec("cp /tmp/titlebar.png /usr/local/www/packages/countryblock/titlebar.png");
unlink_if_exists("/tmp/titlebar.png");
exec("cp /tmp/titlebar-active.png /usr/local/www/packages/countryblock/titlebar-active.png");
unlink_if_exists("/tmp/titlebar-active.png");
+ exec("cp /tmp/purge.tmp /usr/local/www/packages/countryblock/purge.php");
+ unlink_if_exists("/tmp/purge.tmp");
+ exec("cp /tmp/whitelist.tmp /usr/local/www/packages/countryblock/whitelist.php");
+ unlink_if_exists("/tmp/whitelist.tmp");
@@ -99,4 +103,4 @@ function deinstall_command()
conf_mount_ro();
}
-?> \ No newline at end of file
+?>