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;