new database
All checks were successful
Build and push / Pulling repo on server (push) Successful in 5s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 5s
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
<?php foreach ($results as $res) :
|
||||
// graph data preparation
|
||||
|
||||
//if ($res['bew'] != 'DIS' && $res['punkte'] != 'DIS')
|
||||
if ($res['bew'] != 'DIS' && $res['punkte'] != 'DIS')
|
||||
{
|
||||
$sdata['dates'][] = date("d.m.Y", strtotime($res['date']));
|
||||
$sdata['speed'][] = $res['msek'] ?: 0;
|
||||
|
Reference in New Issue
Block a user