mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 22:45:18 +00:00
move www-dir to exampleAddOns
This commit is contained in:
parent
beb955567f
commit
ad88f65d0b
70 changed files with 0 additions and 0 deletions
10
exampleAddOns/simpleWeb/tpl/content.fms.php
Normal file
10
exampleAddOns/simpleWeb/tpl/content.fms.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
//read FMS
|
||||
$db->query("SELECT id, time, fms, status, direction, directionText, tsi, description FROM ".$tableFMS." ORDER BY id DESC");
|
||||
$Rows = array();
|
||||
while ($daten = $db->fetchAssoc())
|
||||
{
|
||||
$Rows[] = $daten;
|
||||
}
|
||||
$tpl['fms'] = $Rows;
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue