File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 *
3232 * *Please note the trailing slash.*
3333 */
34- 'font_directory ' => __DIR__ . '/../../dompdf/dompdf/lib/fonts/ ' ,
34+ 'font_directory ' => __DIR__ . '/../../../ dompdf/dompdf/lib/fonts/ ' ,
3535
3636 /**
3737 * The location of the DOMPDF font cache directory
4141 * It contains the .afm files, on demand parsed, converted to php syntax and cached
4242 * This folder can be the same as DOMPDF_FONT_DIR
4343 */
44- 'font_cache_directory ' => __DIR__ . '/../../dompdf /dompdf/data/ dompdf/cache / ' ,
44+ 'font_cache_directory ' => __DIR__ . '/../../.. /dompdf/dompdf/lib/fonts / ' ,
4545
4646 /**
4747 * The location of a temporary directory.
6464 * direct class use like:
6565 * $dompdf = new DOMPDF(); $dompdf->load_html($htmldata); $dompdf->render(); $pdfdata = $dompdf->output();
6666 */
67- 'chroot ' => realpath (__DIR__ . '/../../dompdf/dompdf/ ' ),
67+ 'chroot ' => realpath (__DIR__ . '/../../../ dompdf/dompdf/ ' ),
6868
6969 /**
7070 * Whether to use Unicode fonts or not.
You can’t perform that action at this time.
0 commit comments