X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/76cb925db11bf98d7fc7030401f05f68043cc89a..d5653b977ce2b9d0ef6e6c07b3a9b64c1462e601:/web/graphs.php
diff --git a/web/graphs.php b/web/graphs.php
deleted file mode 100644
index 850d9d7..0000000
--- a/web/graphs.php
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
-
- WeatherMon (ÐоÑледние 24 ÑаÑа)
-
-
-
-
- false)))) {
- die($err);
- }
-
-$db -> exec('SET CHARACTER SET utf8');
-
-if (!$local_net) {
-
- $filter = ' and s.is_public=1';
-
-} else {
-
- $filter = '';
-
-}
-
-$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'.$filter.'
- 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