diff --git a/app/modules/anpdf/anpdf.php b/app/modules/anpdf/anpdf.php index 4e77503..1118c26 100644 --- a/app/modules/anpdf/anpdf.php +++ b/app/modules/anpdf/anpdf.php @@ -44,7 +44,7 @@ function read_kuri($hash, $page = 1, $scale = 1.5, $promo = false){ $cachefile = PDFDIR.$namefile; if (file_exists($cachefile)){ - $pdfile = '/'.$namefile; + $pdfile = '/pdf/'.$namefile; } else { $pdfile = '/file/'.$hash;