From 1470fb338c5970c1450bbc33b2dbe065ca9a9087 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Fri, 15 May 2020 21:40:16 +0300 Subject: [PATCH] echo bookmark --- app/routes/anpdf.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index d2615f1..41bc447 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -184,6 +184,7 @@ function promo_kuri($hash, $page = 0, $promo = true){ if ($page == 0){ //  не читал ли ранее $bookmark = bookmark_get($hash); + echo $bookmark; $page = 1; //если нет страницы то первая if ($bookmark !== false and $bookmark > 1){ header("HTTP/1.1 301 Moved Permanently");