diff --git a/include/lh.php b/include/lh.php
index 36c65dc..5491f75 100644
--- a/include/lh.php
+++ b/include/lh.php
@@ -34,7 +34,7 @@ for ($i = 0; ($i < $totalLH); $i++) {
echo"
";
echo"$listElem[0] | ";
echo"$listElem[1] | ";
- if (constant("SHOWQRZ")) {
+ if (constant("SHOWQRZ") && $listElem[2] !== "??????????") {
echo"".str_replace("0","Ø",$listElem[2])." | ";
} else {
echo"".str_replace("0","Ø",$listElem[2])." | ";
@@ -52,7 +52,7 @@ for ($i = 0; ($i < $totalLH); $i++) {
if ($listElem[6] == null) {
echo'transmitting | | | ';
} else if ($listElem[6] == "SMS") {
- echo'sending or receiving SMS | ';
+ echo'sending or receiving SMS | | | ';
} else {
echo"$listElem[6] | ";
echo"$listElem[7] | ";
diff --git a/index.php b/index.php
index 7b5232d..011a25f 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";
diff --git a/version.php b/version.php
index 5063c78..29fa544 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@