correct PGDIR

This commit is contained in:
Andrey Kuvshinov
2020-04-23 21:49:13 +03:00
parent 907d210236
commit 7640e549c0
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ else
define('SITEPATH', dirname(__FILE__));
define('PDFDIR', '/vhosts/anpdf/app/pub/files/pdf/');
define('PGDIR', '/vhosts/anpdf/app/pub/files/pdf/pages/');
define('PGDIR', '/vhosts/anpdf/app/pub/files/pages/');
define('API', 'http://api.argumenti.ru/');
db_config('argumentiru', 'mysql:host=mysql;dbname=argumentiru', 'newser', 'Chjk90yuiREY');

View File

@@ -16,8 +16,7 @@
pageRendering = false,
pageNumPending = null,
nexturl = '<?=$nexturl?>',
prevurl = '<?=$prevurl?>';
pgfile = '<?=$pgfile?>';
prevurl = '<?=$prevurl?>';
</script>