mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-08 16:24:16 +01:00
fixed little errors
This commit is contained in:
parent
67103eb0b5
commit
84892c09e0
|
|
@ -307,8 +307,6 @@ try:
|
|||
log("HTTP response: "+str(httpresponse.status)+" - "+str(httpresponse.reason))
|
||||
else:
|
||||
log("HTTP response: "+str(httpresponse.status)+" - "+str(httpresponse.reason),"error")
|
||||
except:
|
||||
log("ZVEI to HTTP failed","error")
|
||||
except:
|
||||
log("ZVEI to HTTP failed","error")
|
||||
else:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
//read FMS
|
||||
$db->query("SELECT id, time, service, country, location, vehicle, status, direction, tsi FROM ".$tableFMS." ORDER BY id DESC LIMIT 50");
|
||||
$db->query("SELECT id, time, fms, status, direction, tsi FROM ".$tableFMS." ORDER BY id DESC LIMIT 50");
|
||||
$Rows = array();
|
||||
while ($daten = $db->fetchAssoc())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue