diff --git a/include/lh.php b/include/lh.php
index eba90dd..beef10c 100644
--- a/include/lh.php
+++ b/include/lh.php
@@ -25,24 +25,24 @@ $totalLH = count($lastHeard);
for ($i = 0; ($i < $totalLH); $i++) {
$listElem = $lastHeard[$i];
echo"
";
- echo"$listElem[0] | ";
- echo"$listElem[1] | ";
- echo"$listElem[2] | ";
- echo"$listElem[3] | ";
- echo"$listElem[4] | ";
+ echo"$listElem[0] | ";
+ echo"$listElem[1] | ";
+ echo"$listElem[2] | ";
+ echo"$listElem[3] | ";
+ echo"$listElem[4] | ";
if ($listElem[5] == "RF"){
- echo "RF | ";
+ echo "RF | ";
}else{
- echo"$listElem[5] | ";
+ echo"$listElem[5] | ";
}
if ($listElem[6] == null) {
- echo'transmitting | | | ';
+ echo'transmitting | | | ';
} else if ($listElem[6] == "SMS") {
- echo'sending or receiving SMS | | | ';
+ echo'sending or receiving SMS | | | ';
} else {
- echo"$listElem[6] | ";
- echo"$listElem[7] | ";
- echo"$listElem[8] | ";
+ echo"$listElem[6] | ";
+ echo"$listElem[7] | ";
+ echo"$listElem[8] | ";
}
echo"
\n";
}
diff --git a/index.php b/index.php
index 60e3d8f..455c24f 100644
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@ include "include/functions.php";
include "version.php";
?>
-
+
@@ -24,9 +24,13 @@ include "version.php";
-
+
-
+
- MMDVM-Dashboard by DG9VH
diff --git a/version.php b/version.php
index 4bdaed2..d30858a 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
\ No newline at end of file