From e36392799c74ffe54d89b02be3d11810d96b3e82 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Sun, 24 May 2020 21:51:53 +0300 Subject: [PATCH] correct baseurl books --- app/routes/anpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index 216c8d9..538bb47 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -416,7 +416,7 @@ function readbook_kuri($hash, $page = 1){ // $html .= convert2html($dir.'chapter-1.xhtml'); $pagehtml = pagehtml($html, $page, $limit); - $baseurl = SITE.'/readbook/'.$hash.'/'; + $baseurl = SITE.'readbook/'.$hash.'/'; $endurl = $baseurl.$count; if ($page < $count) {