correct html file

This commit is contained in:
Andrey Kuvshinov
2020-05-24 17:20:22 +03:00
parent a14a41827f
commit ecd67131a7

View File

@@ -399,16 +399,12 @@ function readbook_kuri($hash, $page = 1){
return 'page not found'; return 'page not found';
} }
$file = HTMLSOURCE.$price['price_id'].'.'.$price['html']; $htmlfile = HTMLSOURCE.$price['price_id'].'.'.$price['html'];
echo $file;
$limit = 4000; $limit = 4000;
$count = 20; $count = 20;
$htmlfile = APPPATH.'pub/html/furer.html';
$html = convert2html($htmlfile); $html = convert2html($htmlfile);
$razmer = strlen($html); $razmer = strlen($html);