diff options
author | Thomas Schaefer <tom@tomschaefer.org> | 2011-10-03 00:45:19 -0400 |
---|---|---|
committer | Thomas Schaefer <tom@tomschaefer.org> | 2011-10-03 00:45:19 -0400 |
commit | afbe65c905f8e40609e225986fc40f7c7306d5c2 (patch) | |
tree | b032766e5c75860103efb1a2703da87d9c678c16 /config/countryblock/countryblock.inc | |
parent | d4d0fcbadc7817f1a0a675d04c4005afc58d9b19 (diff) | |
download | pfsense-packages-afbe65c905f8e40609e225986fc40f7c7306d5c2.tar.gz pfsense-packages-afbe65c905f8e40609e225986fc40f7c7306d5c2.tar.bz2 pfsense-packages-afbe65c905f8e40609e225986fc40f7c7306d5c2.zip |
correct widget naming
Diffstat (limited to 'config/countryblock/countryblock.inc')
-rw-r--r-- | config/countryblock/countryblock.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/countryblock/countryblock.inc b/config/countryblock/countryblock.inc index cba04cb7..6aca3a91 100644 --- a/config/countryblock/countryblock.inc +++ b/config/countryblock/countryblock.inc @@ -64,7 +64,7 @@ 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/widgets/widgets/countryblock_ipblocklist_widget.php"); + 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"); |