aboutsummaryrefslogtreecommitdiffstats
path: root/config/dashboard/dashboard.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/dashboard/dashboard.inc')
-rw-r--r--config/dashboard/dashboard.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/dashboard/dashboard.inc b/config/dashboard/dashboard.inc
index f539e90c..cc37c8f5 100644
--- a/config/dashboard/dashboard.inc
+++ b/config/dashboard/dashboard.inc
@@ -3,6 +3,9 @@
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
* not always result in the proper file being used. */