mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Introduzione tempDir per mpdf
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
"league/oauth2-google": "^3.0",
|
"league/oauth2-google": "^3.0",
|
||||||
"maximebf/debugbar": "^1.15",
|
"maximebf/debugbar": "^1.15",
|
||||||
"monolog/monolog": "^1.22",
|
"monolog/monolog": "^1.22",
|
||||||
"mpdf/mpdf": "^v8.0.7",
|
"mpdf/mpdf": "^v8.0.10",
|
||||||
"mpociot/vat-calculator": "^2.3",
|
"mpociot/vat-calculator": "^2.3",
|
||||||
"owasp/csrf-protector-php": "^1.0",
|
"owasp/csrf-protector-php": "^1.0",
|
||||||
"phpmailer/phpmailer": "^6.0",
|
"phpmailer/phpmailer": "^6.0",
|
||||||
|
@@ -523,6 +523,8 @@ class Prints
|
|||||||
|
|
||||||
'default_font' => 'dejavusanscondensed',
|
'default_font' => 'dejavusanscondensed',
|
||||||
|
|
||||||
|
'tempDir' => base_dir() . '/files/temp',
|
||||||
|
|
||||||
// Abilitazione per lo standard PDF/A
|
// Abilitazione per lo standard PDF/A
|
||||||
//'PDFA' => true,
|
//'PDFA' => true,
|
||||||
//'PDFAauto' => true,
|
//'PDFAauto' => true,
|
||||||
|
Reference in New Issue
Block a user