From 8a218c5adc89e4147809e940e5c0bc0bfdf1c7c3 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Tue, 7 Apr 2020 19:21:08 +0300 Subject: [PATCH] correct download link --- app/modules/anpdf/anpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/anpdf/anpdf.php b/app/modules/anpdf/anpdf.php index e041158..8708de2 100644 --- a/app/modules/anpdf/anpdf.php +++ b/app/modules/anpdf/anpdf.php @@ -37,7 +37,7 @@ function read_kuri($hash, $page){ } $id = $price['price_id']; - $pdfile = SITE."/read/$hash"; + $pdfile = SITE."/file/$hash"; $maxpage = 32; $title = $price['pricename']; $filedown = True;