diff --git a/include/lh.php b/include/lh.php index 710a757..07bc238 100644 --- a/include/lh.php +++ b/include/lh.php @@ -25,7 +25,11 @@ for ($i = 0; ($i < LHLINES) AND ($i < count($lastHeard)); $i++) { echo"$listElem[2]"; echo"$listElem[3]"; echo"$listElem[4]"; - echo"$listElem[5]"; + if ($listElem[5] == "RF"){ + echo "RF"; + }else{ + echo"$listElem[5]"; + } if ($listElem[6] == null) { echo'transmitting'; } else if ($listElem[6] == "SMS") {