aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-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 d06fee20..9f5d6e8c 100644
--- a/config/dashboard/dashboard.inc
+++ b/config/dashboard/dashboard.inc
@@ -7,6 +7,7 @@ function dashboard_install() {
/* 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");
+ unlink("/usr/local/www/index.php");
mwexec("cp /usr/local/www/diag_logs_filter.php /usr/local/www/diag_logs_filter.php.before_dashboard");
mwexec("cp /usr/local/www/diag_logs_filter_dynamic.php /usr/local/www/diag_logs_filter_dynamic.php.before_dashboard");
mwexec("tar xzvpUf /usr/local/pkg/widgets.tgz -C /");