diff --git a/htdocs/public/views/raw.php b/htdocs/public/views/raw.php deleted file mode 100644 index bf445e2..0000000 --- a/htdocs/public/views/raw.php +++ /dev/null @@ -1,508 +0,0 @@ - - -getObjectById($_GET['id'] ?? null); ?> -isExistingObject()) : ?> - - getObjectListWithRawBySenderStationId($station->id, $rows, $offset); - $count = PacketRepository::getInstance()->getNumberOfPacketsWithRawBySenderStationId($station->id); - } else { - $packets = PacketRepository::getInstance()->getObjectListWithRawByStationId($station->id, $rows, $offset); - $count = PacketRepository::getInstance()->getNumberOfPacketsWithRawByStationId($station->id); - } - - $pages = ceil($count / $rows); - ?> - - <?php echo $station->name; ?>, сырые данные - - - -