Added TCPDF for PDFs and allow document export to PDF

This commit is contained in:
johnnyq
2025-03-26 19:35:27 -04:00
parent 90f5c8ad57
commit 634afcc089
218 changed files with 94862 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Apache 2.2
<IfModule !mod_authz_core.c>
Order Deny,Allow
Deny from all
</IfModule>