correct hash url

This commit is contained in:
Andrey Kuvshinov
2020-04-07 19:27:21 +03:00
parent 05a8e961b2
commit 0d95b04648

View File

@@ -37,7 +37,7 @@ function read_kuri($hash, $page=1){
} }
$id = $price['price_id']; $id = $price['price_id'];
$pdfile = SITE."/file/$hash"; $pdfile = "/file/$hash";
$maxpage = 32; $maxpage = 32;
$title = $price['pricename']; $title = $price['pricename'];
$filedown = True; $filedown = True;