diff --git a/include/localtx.php b/include/localtx.php new file mode 100644 index 0000000..e14e98c --- /dev/null +++ b/include/localtx.php @@ -0,0 +1,52 @@ + +
+ +
Last 10 local transmissions.
+ + + + + + + + + + + + + +"; + echo""; + echo""; + echo""; + echo""; + echo""; + echo""; + if ($listElem[6] == null) { + echo''; + } else { + echo""; + echo""; + echo""; + } + echo"\n"; + $counter++; + if ($counter == 10) { + break; + } + } + } + +?> +
Time (UTC)ModeCallsignDSTAR-IDTargetSourceDur (s)LossBER
$listElem[0]$listElem[1]$listElem[2]$listElem[3]$listElem[4]$listElem[5]transmitting$listElem[6]$listElem[7]$listElem[8]
+
diff --git a/index.php b/index.php index c2fc3c1..5847d8c 100644 --- a/index.php +++ b/index.php @@ -35,6 +35,7 @@ include "include/sysinfo.php"; include "include/repeaterinfo.php"; include "include/modes.php"; include "include/lh.php"; +include "include/localtx.php"; ?>