mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 09:20:40 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
10
libs/TCPDF/tools/.htaccess
Normal file
10
libs/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