From 4c6862add92cf564d740762faa49cd8f0de2082c Mon Sep 17 00:00:00 2001 From: EA4GKQ Date: Tue, 28 Jun 2016 16:31:59 +0200 Subject: [PATCH] add disk info section --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 934100e..363c3fe 100644 --- a/index.php +++ b/index.php @@ -50,6 +50,7 @@ include "include/functions.php"; checkSetup(); // Here you can feel free to disable info-sections by commenting out with // before include include "include/sysinfo.php"; +include "include/disk.php"; include "include/repeaterinfo.php"; include "include/modes.php"; include "include/lh.php";