mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 06:25:10 +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.zvei.php
Normal file
10
exampleAddOns/simpleWeb/tpl/content.zvei.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
//read ZVEI
|
||||
$db->query("SELECT id, time, zvei, description FROM ".$tableZVEI." ORDER BY id DESC");
|
||||
$Rows = array();
|
||||
while ($daten = $db->fetchAssoc())
|
||||
{
|
||||
$Rows[] = $daten;
|
||||
}
|
||||
$tpl['zvei'] = $Rows;
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue