correct cachefile

This commit is contained in:
Your Name
2020-05-21 20:12:39 +03:00
parent f2ab7dd263
commit 774a5122fa
2 changed files with 5 additions and 4 deletions

View File

@@ -8,9 +8,10 @@ function anpromo_kuri($page = 1, $scale = 1){
$title = 'Номер 12(706)';
$newcurr = strtotime('2006-05-12');
$file = SITEPATH.'pub/files/source/742.pdf';
$file = SITEPATH.'pub/files/pdf/promo.pdf';
$data = pdfs_init($file, $page);
$count = $data['count'];
$pdfile = SITE.$data['pdfpgurl'];