correct baseurl books

This commit is contained in:
Andrey Kuvshinov
2020-05-24 21:51:53 +03:00
parent 637ef12d6d
commit e36392799c

View File

@@ -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) {