diff --git a/include/localtx.php b/include/localtx.php index 07aa2e3..c377f97 100644 --- a/include/localtx.php +++ b/include/localtx.php @@ -1,15 +1,16 @@
Time (UTC) | Mode | @@ -21,30 +22,32 @@ $localTXList = getHeardList($reverseLogLines);Loss | BER | $listElem[0] | "; - echo"$listElem[1] | "; - echo"$listElem[2] | "; - echo"$listElem[3] | "; - echo"$listElem[4] | "; - echo"$listElem[5] | "; + echo"$listElem[0] | "; + echo"$listElem[1] | "; + echo"$listElem[2] | "; + echo"$listElem[3] | "; + echo"$listElem[4] | "; + echo"$listElem[5] | "; if ($listElem[6] == null) { - echo'in TX | '; + echo'in TX | '; } 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"; $counter++; - if ($counter == 10) { + if ($counter == 20) { break; } } @@ -52,6 +55,16 @@ for ($i = 0; $i < count($localTXList); $i++) { ?> +
---|