From 8f716967ef86ba95379aa9533c57bc53f7f6b3d1 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Thu, 21 May 2020 21:11:42 +0300 Subject: [PATCH] add count --- app/routes/anpdf.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index 6bce425..ab9a3ed 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -230,6 +230,7 @@ function promo_kuri($hash, $page = 0, $promo = true){ $pdfile = $data['pdfpgurl']; $fullpdf = $data['pdfurl']; $count = $data['pages']; + echo $count; $pagenum = 1; $newcurr = strtotime($price['BeginDate']); $category = $price['category_id'];