Merge pull request #2965 from Haxatron/master
Update DOMPDF chroot directory
This commit is contained in:
commit
69301f7575
|
@ -70,7 +70,7 @@ return [
|
||||||
* direct class use like:
|
* direct class use like:
|
||||||
* $dompdf = new DOMPDF(); $dompdf->load_html($htmldata); $dompdf->render(); $pdfdata = $dompdf->output();
|
* $dompdf = new DOMPDF(); $dompdf->load_html($htmldata); $dompdf->render(); $pdfdata = $dompdf->output();
|
||||||
*/
|
*/
|
||||||
'chroot' => realpath(base_path()),
|
'chroot' => realpath(public_path()),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether to use Unicode fonts or not.
|
* Whether to use Unicode fonts or not.
|
||||||
|
|
Loading…
Reference in New Issue