From 66fabe66722eac7ff79b3f0d6d0da6be9890d0c7 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Fri, 16 Sep 2016 12:44:28 +0000 Subject: [PATCH] reenabled txinfo... disabled by mistake --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 011a25f..7b5232d 100644 --- a/index.php +++ b/index.php @@ -62,7 +62,7 @@ if (defined("ENABLEMANAGEMENT")) { } checkSetup(); // Here you can feel free to disable info-sections by commenting out with // before include -//include "include/txinfo.php"; +include "include/txinfo.php"; include "include/sysinfo.php"; include "include/disk.php"; include "include/repeaterinfo.php";