From a14a41827f39c0d7be4fbd871b111f9038d2a8f3 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Sun, 24 May 2020 17:18:50 +0300 Subject: [PATCH] echo file html --- app/routes/anpdf.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index 61038a3..7fb0132 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -400,6 +400,7 @@ function readbook_kuri($hash, $page = 1){ } $file = HTMLSOURCE.$price['price_id'].'.'.$price['html']; + echo $file; $limit = 4000;