]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ca764ca
)
Update dompdf.php
2965/head
author
Haxatron
<redacted>
Sat, 9 Oct 2021 17:06:08 +0000
(
01:06
+0800)
committer
GitHub
<redacted>
Sat, 9 Oct 2021 17:06:08 +0000
(
01:06
+0800)
base_path => public_path
app/Config/dompdf.php
patch
|
blob
|
history
diff --git
a/app/Config/dompdf.php
b/app/Config/dompdf.php
index cf07312e8a25854b4387376fbe015789a4773602..a5490294c0eb870dc44510d604eaf67e8d2b746a 100644
(file)
--- a/
app/Config/dompdf.php
+++ b/
app/Config/dompdf.php
@@
-70,7
+70,7
@@
return [
* direct class use like:
* $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.