From e51576078804fadb1cd2b2ce13ba482048c9a985 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 18 Aug 2015 18:40:57 +0000 Subject: [PATCH] Make new dashboard the default --- includes/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 7807ba179..66ca1fcea 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -110,7 +110,7 @@ $config['mono_font'] = 'DejaVuSansMono'; $config['favicon'] = ''; $config['page_refresh'] = '300'; // Refresh the page every xx seconds, 0 to disable -$config['front_page'] = 'pages/front/default.php'; +$config['front_page'] = 'pages/front/tiles.php'; $config['front_page_settings']['top']['ports'] = 10; $config['front_page_settings']['top']['devices'] = 10; $config['front_page_down_box_limit'] = 10;