Top X boxes can now be switched off

This commit is contained in:
laf
2014-02-23 12:10:37 +00:00
parent c473b545e7
commit 3fbd56b190
2 changed files with 13 additions and 4 deletions
+2
View File
@@ -113,6 +113,8 @@ $config['page_refresh'] = "300"; // Refresh the page every xx seconds, 0 to
$config['front_page'] = "pages/front/default.php";
$config['front_page_settings']['top']['ports'] = 10;
$config['front_page_settings']['top']['devices'] = 10;
$config['top_ports'] = 1; // This enables the top X ports box
$config['top_devices'] = 1; // This enables the top X devices box
$config['page_title_prefix'] = "";
$config['page_title_suffix'] = $config['project_name'];
$config['timestamp_format'] = 'd-m-Y H:i:s';