diff --git a/htdocs/public/views/weather.php b/htdocs/public/views/weather.php deleted file mode 100644 index 127bcaa..0000000 --- a/htdocs/public/views/weather.php +++ /dev/null @@ -1,237 +0,0 @@ - - -getObjectById($_GET['id'] ?? null); ?> -isExistingObject()) : ?> - getLatestObjectListByStationIdAndLimit($station->id, $rows, $offset, $maxDays); - $count = PacketWeatherRepository::getInstance()->getLatestNumberOfPacketsByStationIdAndLimit($station->id, $maxDays); - $pages = ceil($count / $rows); - ?> - - <?php echo $station->name; ?> Weather - - - -