mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
added POCSAG Support
This commit is contained in:
parent
2462596232
commit
9b590b6b73
|
|
@ -16,4 +16,12 @@
|
|||
$Rows[] = $daten;
|
||||
}
|
||||
$tpl['zvei'] = $Rows;
|
||||
?>
|
||||
//read POCSAG
|
||||
$db->query("SELECT id, time, ric, funktion, text FROM ".$tablePOC." ORDER BY id DESC LIMIT 50");
|
||||
$Rows = array();
|
||||
while ($daten = $db->fetchAssoc())
|
||||
{
|
||||
$Rows[] = $daten;
|
||||
}
|
||||
$tpl['poc'] = $Rows;
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue