diff options
author | Scott Dale <sdale@pfsense.org> | 2007-07-23 03:24:57 +0000 |
---|---|---|
committer | Scott Dale <sdale@pfsense.org> | 2007-07-23 03:24:57 +0000 |
commit | 48d2832a74adad757c8ad6f39fc72825e6eac795 (patch) | |
tree | 9ecbffd9a8baf0c9f2385de67aa00f0323a8802a /packages/dashboard | |
parent | 3a4a503fc46b9d34b4a4becd5e352d173eb9a598 (diff) | |
download | pfsense-packages-48d2832a74adad757c8ad6f39fc72825e6eac795.tar.gz pfsense-packages-48d2832a74adad757c8ad6f39fc72825e6eac795.tar.bz2 pfsense-packages-48d2832a74adad757c8ad6f39fc72825e6eac795.zip |
add graph_cpu and stats pages to binary, copy over into www folder. This fixes the reported issues of 404 errors and cannot get cpu load errors.
Diffstat (limited to 'packages/dashboard')
-rw-r--r-- | packages/dashboard/dashboard.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/dashboard/dashboard.inc b/packages/dashboard/dashboard.inc index 7c8feb75..a9dcf95a 100644 --- a/packages/dashboard/dashboard.inc +++ b/packages/dashboard/dashboard.inc @@ -10,6 +10,9 @@ function dashboard_install() { } mwexec("tar xzvpf /usr/local/pkg/widgets.tgz -C /usr/local/www/"); mwexec("chmod a-w /usr/local/www/index.php"); + mwexec("chmod a-w /usr/local/www/fbegin.php"); + mwexec("chmod a-w /usr/local/www/graph_cpu.php"); + mwexec("chmod a-w /usr/local/www/stats.php"); } function dashboard_deinstall() { |