diff options
author | jim-p <jim@pingle.org> | 2009-06-02 14:11:57 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-06-02 14:11:57 -0400 |
commit | e120fe7672b3be2c95d48d9e9922c375ae8b6cc9 (patch) | |
tree | 1d806b8c491703d2a0c584d4959fab9b03fa0dac /config | |
parent | b5f159e7b89a43ec54b3166e9dff6a794712e253 (diff) | |
download | pfsense-packages-e120fe7672b3be2c95d48d9e9922c375ae8b6cc9.tar.gz pfsense-packages-e120fe7672b3be2c95d48d9e9922c375ae8b6cc9.tar.bz2 pfsense-packages-e120fe7672b3be2c95d48d9e9922c375ae8b6cc9.zip |
Dashboard 0.7.8 - Load Balancer and IPsec widget fixes
Diffstat (limited to 'config')
-rw-r--r-- | config/dashboard/dashboard.inc | 2 | ||||
-rw-r--r-- | config/dashboard/dashboard.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/dashboard/dashboard.inc b/config/dashboard/dashboard.inc index 8696cb9b..732eb977 100644 --- a/config/dashboard/dashboard.inc +++ b/config/dashboard/dashboard.inc @@ -7,9 +7,9 @@ function dashboard_install() { /* Copy files for backup. For some odd reason, mv alone does * not always result in the proper file being used. */ mwexec("cp /usr/local/www/index.php /usr/local/www/index.php.before_dashboard"); + mwexec("rm /usr/local/www/index.php"); mwexec("cp /usr/local/www/diag_logs_filter.php /usr/local/www/diag_logs_filter.php.before_dashboard"); mwexec("cp /usr/local/www/diag_logs_filter_dynamic.php /usr/local/www/diag_logs_filter_dynamic.php.before_dashboard"); - mwexec("tar xzvpUf /usr/local/pkg/widgets.tgz -C /"); assign_privs(); } diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index fff0ff9a..3b7492c5 100644 --- a/config/dashboard/dashboard.xml +++ b/config/dashboard/dashboard.xml @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>dashboard</name> - <version>0.7.7</version> + <version>0.7.8</version> <title>Dashboard</title> <include_file>/usr/local/pkg/dashboard.inc</include_file> <additional_files_needed> |