Next front page improvement

- load all files in include directory
- half-baked attempt to make HTML output more readable
- add top hosts by total bits box
- horrible hack to generate_device_link() to make it possible to insert the device_bits graph
This commit is contained in:
Paul Gear
2013-11-26 14:35:23 +10:00
parent 663c3649a9
commit a5b152cd98
7 changed files with 97 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
<?php
require_once("includes/front/top_graphs.inc.php");
include_once("includes/front/boxes.inc.php");
function generate_front_box ($frontbox_class, $content)
{