From ee74b39156888021c444506a894107b81ec31bd4 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Sun, 24 May 2020 17:17:31 +0300 Subject: [PATCH] correct ext html --- 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 1331d2c..61038a3 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -225,7 +225,7 @@ function read_kuri($hash, $page = 0, $promo = false, $version = null){ } - if ($price['html'] == '.html'){ + if ($price['html'] == 'html'){ return readbook_kuri($hash, $page = 1); }