diff options
author | jim-p <jim@pingle.org> | 2009-06-10 09:26:17 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-06-10 09:27:16 -0400 |
commit | c0c01ff7c651b489c8f9cad44cc45cbaf3df3a6e (patch) | |
tree | df862fdf2c3c15ade92662ec5ccb32f436568c4a /config/dashboard/dashboard.xml | |
parent | a24a6994a246ee3d869a17540a916288032dbfc6 (diff) | |
download | pfsense-packages-c0c01ff7c651b489c8f9cad44cc45cbaf3df3a6e.tar.gz pfsense-packages-c0c01ff7c651b489c8f9cad44cc45cbaf3df3a6e.tar.bz2 pfsense-packages-c0c01ff7c651b489c8f9cad44cc45cbaf3df3a6e.zip |
Dashboard update: Use apc_clear_cache() after install to make sure that the proper index.php appears.
Diffstat (limited to 'config/dashboard/dashboard.xml')
-rw-r--r-- | config/dashboard/dashboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index 165c097e..75dc5981 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.8.3</version> + <version>0.8.3_1</version> <title>Dashboard</title> <include_file>/usr/local/pkg/dashboard.inc</include_file> <additional_files_needed> |