X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/42bd3e809b0fa95d3a463462e242caf40d98bf79..d5653b977ce2b9d0ef6e6c07b3a9b64c1462e601:/web/graphs.php diff --git a/web/graphs.php b/web/graphs.php deleted file mode 100644 index dfc7450..0000000 --- a/web/graphs.php +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - WeatherMon (Последние 24 часа) - - - - - false)))) { - die($err); - } - -$db -> exec('SET CHARACTER SET utf8'); - -$q = $db -> prepare( - 'select - distinct v.sensor_id,s.s_description,p.id as param_id,p.st_description - from - sensor_values v,st_parameters p,sensors s - where - v.timestamp>adddate(now(), -1) - and v.sensor_id=s.id - and s.st_id=p.st_id - and p.id>=0 - order by s_description,st_description' - ); -$q -> execute(); - -while ($row = $q -> fetch(PDO::FETCH_ASSOC)) { - - echo '

'.$row['s_description'].'/'.$row['st_description'].'

'; -?> -
- -Архивные данные -
-Настройки - - \ No newline at end of file