new anpromo

This commit is contained in:
Andrey Kuvshinov
2020-05-21 19:28:09 +03:00
parent 1175cb825a
commit 9ec33612b8
2 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ function pdfs_init($source, $page = 1){
return false;
$result['count'] = pdfs_count($source); // количество страниц
$result['pdfurl'] = pdfs_cachefile($source); //полный файл на скачку
$result['pdfurl'] = SITE.trim(pdfs_cachefile($source), '/'); //полный файл на скачку
$name = pdfs_hash($source);