aboutsummaryrefslogtreecommitdiffstats
path: root/config/dashboard/dashboard.inc
diff options
context:
space:
mode:
authorJim Pingle <jim@pingle.org>2009-03-02 09:52:16 -0500
committerJim Pingle <jim@pingle.org>2009-03-02 09:52:16 -0500
commit46633e4793ad7b74ac3686749a89cf600d86f196 (patch)
tree4d9f50220aca2a862784e71dabc5785cb3269967 /config/dashboard/dashboard.inc
parent2ffdb34dfff50ce2455104e631a2db45ffb0d5ca (diff)
downloadpfsense-packages-46633e4793ad7b74ac3686749a89cf600d86f196.tar.gz
pfsense-packages-46633e4793ad7b74ac3686749a89cf600d86f196.tar.bz2
pfsense-packages-46633e4793ad7b74ac3686749a89cf600d86f196.zip
Redo previous commit to fix the package.
Diffstat (limited to 'config/dashboard/dashboard.inc')
-rw-r--r--config/dashboard/dashboard.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/dashboard/dashboard.inc b/config/dashboard/dashboard.inc
index a97954ae..0eab0a3a 100644
--- a/config/dashboard/dashboard.inc
+++ b/config/dashboard/dashboard.inc
@@ -28,6 +28,7 @@ function dashboard_deinstall() {
}
function assign_privs() {
+ /* Fix permissions on replaced files */
mwexec("chown root:wheel /usr/local/www/index.php");
mwexec("chown root:wheel /usr/local/www/fbegin.php");
mwexec("chown root:wheel /usr/local/www/graph_cpu.php");