diff options
author | jim-p <jim@pingle.org> | 2009-05-26 01:19:39 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-05-26 01:22:04 -0400 |
commit | 76f57ec0a4c7f7a0353a0a48d9fbb58392a214ad (patch) | |
tree | 2048ed9c233d87aedcfecb63b888821990683752 /config/dashboard | |
parent | afdf2741df2dac1e6103a9d2d3ad9fc95d5c94f0 (diff) | |
download | pfsense-packages-76f57ec0a4c7f7a0353a0a48d9fbb58392a214ad.tar.gz pfsense-packages-76f57ec0a4c7f7a0353a0a48d9fbb58392a214ad.tar.bz2 pfsense-packages-76f57ec0a4c7f7a0353a0a48d9fbb58392a214ad.zip |
Dashboard 0.7.7
Add an alpha-quality OpenVPN Widget
A few fixes to the IPSec status widget
Stuck a fresh copy of the stock fbegin.inc in the tgz file, the previous method of trying to preserve the file was problematic for existing users.
Diffstat (limited to 'config/dashboard')
-rw-r--r-- | config/dashboard/dashboard.inc | 5 | ||||
-rw-r--r-- | config/dashboard/dashboard.xml | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/config/dashboard/dashboard.inc b/config/dashboard/dashboard.inc index cc37c8f5..8696cb9b 100644 --- a/config/dashboard/dashboard.inc +++ b/config/dashboard/dashboard.inc @@ -4,10 +4,7 @@ function dashboard_install() { global $g, $config; assign_privs(); - if (file_exists("/usr/local/www/fbegin.inc.before_dashboard")) - mwexec("mv /usr/local/www/fbegin.inc.before_dashboard /usr/local/www/fbegin.inc"); - - /* Copy, then rm the files for backup. For some odd reason, mv alone does + /* 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("cp /usr/local/www/diag_logs_filter.php /usr/local/www/diag_logs_filter.php.before_dashboard"); diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index 7a299b47..fff0ff9a 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.6.2</version> + <version>0.7.7</version> <title>Dashboard</title> <include_file>/usr/local/pkg/dashboard.inc</include_file> <additional_files_needed> |