gest366/lib/tecnickcom/tcpdf/tools/.htaccess
Fabio 889d9bc1ac Sostituito tecnickom e aggiornato phpmailer 2
Aggiunto nella cartella lib-> phpmailer il nuovo phpmailer
sostituito tutti i file tecnickom con versione recente

Signed-off-by: Fabio <tomafab5@hotmail.com>
2023-01-27 12:31:27 +01:00

11 lines
170 B
ApacheConf

# 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>