diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index a9deb19..b2fd22a 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");