From ecd67131a714c326fad1aa9136737b794c4106e8 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Sun, 24 May 2020 17:20:22 +0300 Subject: [PATCH] correct html file --- app/routes/anpdf.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index 7fb0132..966fbab 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -399,16 +399,12 @@ function readbook_kuri($hash, $page = 1){ return 'page not found'; } - $file = HTMLSOURCE.$price['price_id'].'.'.$price['html']; - echo $file; - + $htmlfile = HTMLSOURCE.$price['price_id'].'.'.$price['html']; $limit = 4000; $count = 20; - $htmlfile = APPPATH.'pub/html/furer.html'; - $html = convert2html($htmlfile); $razmer = strlen($html);