mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Added TCPDF for PDFs and allow document export to PDF
This commit is contained in:
10
plugins/TCPDF/tools/.htaccess
Normal file
10
plugins/TCPDF/tools/.htaccess
Normal 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>
|
||||
Reference in New Issue
Block a user