From 7f55dbf0cf5eb447113d3fb63fde6dc182213338 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Sat, 9 May 2020 17:37:25 +0300 Subject: [PATCH] correct path pdf cache prod --- app/confg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/confg.php b/app/confg.php index 9402687..eb1a688 100644 --- a/app/confg.php +++ b/app/confg.php @@ -24,8 +24,8 @@ else { } -define('PDFDIR', SITEPATH.PDFPATH); -define('PGDIR', SITEPATH.PGPATH); +define('PDFDIR', SITEPATH.'/pub/files/pdf/'); +define('PGDIR', SITEPATH.'/pub/files/pdf/');