diff options
author | Thomas Schaefer <tom@tomschaefer.org> | 2011-10-03 10:02:32 -0400 |
---|---|---|
committer | Thomas Schaefer <tom@tomschaefer.org> | 2011-10-03 10:02:32 -0400 |
commit | e178ef94bf3930b9a9bc5e0f563bc0412ae1cee6 (patch) | |
tree | 58e62eba3156490200d4ce2436830d5b5002a803 /config/countryblock/countryblock.inc | |
parent | afbe65c905f8e40609e225986fc40f7c7306d5c2 (diff) | |
download | pfsense-packages-e178ef94bf3930b9a9bc5e0f563bc0412ae1cee6.tar.gz pfsense-packages-e178ef94bf3930b9a9bc5e0f563bc0412ae1cee6.tar.bz2 pfsense-packages-e178ef94bf3930b9a9bc5e0f563bc0412ae1cee6.zip |
correct permissions on widget and removed ajax
Diffstat (limited to 'config/countryblock/countryblock.inc')
-rw-r--r-- | config/countryblock/countryblock.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/countryblock/countryblock.inc b/config/countryblock/countryblock.inc index 6aca3a91..64c1f4cc 100644 --- a/config/countryblock/countryblock.inc +++ b/config/countryblock/countryblock.inc @@ -64,8 +64,6 @@ function php_install_command_cb() //rename PHP files from .tmp to .php exec("cp /tmp/countryblock_IPBlocklist.widget.tmp /usr/local/www/widgets/widgets/countryblock_IPBlocklist.widget.php"); unlink_if_exists("/tmp/countryblock_IPBlocklist.widget.tmp"); - exec("cp /tmp/countryblock_ipblocklist_widget.tmp /usr/local/www/countryblock_ipblocklist_widget.php"); - unlink_if_exists("/tmp/ccountryblock_ipblocklist_widget.tmp"); exec("cp /tmp/class.phpmailer.tmp /usr/local/www/packages/countryblock/class.phpmailer.php"); unlink_if_exists("/tmp/class.phpmailer.tmp "); |