From b4b0acab4290af10a6a1767a7197a42eb131b9b6 Mon Sep 17 00:00:00 2001 From: homyak Date: Sat, 24 Feb 2024 00:21:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'h?= =?UTF-8?q?tdocs/public/views/raw.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/public/views/raw.php | 508 ------------------------------------ 1 file changed, 508 deletions(-) delete mode 100644 htdocs/public/views/raw.php 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; ?>, сырые данные - - - -