correct html file
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user