diff --git a/config/config.php b/config/config.php index d166d10..c2dd272 100644 --- a/config/config.php +++ b/config/config.php @@ -8,4 +8,5 @@ define("REFRESHAFTER","60"); define("TEMPERATUREALERT",true); define("TEMPERATUREHIGHLEVEL", 60); define("SHOWPROGRESSBARS", true); +define("LHLINES", 20); ?> \ No newline at end of file diff --git a/include/lh.php b/include/lh.php index f03d143..286d0bc 100644 --- a/include/lh.php +++ b/include/lh.php @@ -5,7 +5,7 @@ $lastHeard = getLastHeard();
Last Heard List
-

In the following table you find the last heard callsigns on this repeater of the current day

+

In the following table you find the last maximum heard callsigns on this repeater of the current day

@@ -19,7 +19,8 @@ $lastHeard = getLastHeard(); Source "; echo"$listElem[0]"; @@ -28,7 +29,7 @@ foreach ($lastHeard as $listElem) { echo"$listElem[3]"; echo"$listElem[4]"; echo"$listElem[5]"; - echo""; + echo"\n"; } ?>