X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/3a48d89e76fd2ab87dabf08632474c529cf77ad4..d5653b977ce2b9d0ef6e6c07b3a9b64c1462e601:/web/index.php?ds=sidebyside diff --git a/web/index.php b/web/index.php deleted file mode 100644 index d513251..0000000 --- a/web/index.php +++ /dev/null @@ -1,46 +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' - ); -$q -> execute(); - -while ($row = $q -> fetch(PDO::FETCH_ASSOC)) { - - echo '

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

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