From 355a2eed031c2bad03d92b324e5e398cb3868b8d Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 2 Feb 2020 11:33:09 +0000 Subject: [PATCH] Added sysstats widget, reposition logo --- index.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 5ffe2c63..a453a657 100755 --- a/index.php +++ b/index.php @@ -32,6 +32,7 @@ include_once('includes/admin.php'); include_once('includes/dhcp.php'); include_once('includes/hostapd.php'); include_once('includes/system.php'); +include_once('includes/sysstats.php'); include_once('includes/configure_client.php'); include_once('includes/networking.php'); include_once('includes/themes.php'); @@ -112,10 +113,17 @@ if ($_COOKIE['sidebarToggled'] == 'true' ) { -