From 0d95b04648f7beb7cd89350b02e74eb8ec9638da Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Tue, 7 Apr 2020 19:27:21 +0300 Subject: [PATCH] correct hash url --- 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 9350a5b..38c0ba1 100644 --- a/app/modules/anpdf/anpdf.php +++ b/app/modules/anpdf/anpdf.php @@ -37,7 +37,7 @@ function read_kuri($hash, $page=1){ } $id = $price['price_id']; - $pdfile = SITE."/file/$hash"; + $pdfile = "/file/$hash"; $maxpage = 32; $title = $price['pricename']; $filedown = True;