From 95e65a694633c4bfa0876f66f5d69e55a50674d1 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 11 May 2016 21:16:05 +0000 Subject: [PATCH] added last 10 local transmissions --- include/localtx.php | 52 +++++++++++++++++++++++++++++++++++++++++++++ index.php | 1 + 2 files changed, 53 insertions(+) create mode 100644 include/localtx.php 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"; ?>