1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-22 21:28:08 +01:00

Rimozione ini PHP da htaccess

This commit is contained in:
Thomas Zilio 2018-10-05 12:30:35 +02:00
parent 963b265301
commit bb911d9ea5

View File

@ -3,16 +3,6 @@
IndexIgnore */*
</IfModule>
# Try to set PHP settings
<IfModule mod_php5.c>
php_value upload_max_filesize 256M
php_value post_max_size 256M
</IfModule>
<IfModule mod_php7.c>
php_value upload_max_filesize 256M
php_value post_max_size 256M
</IfModule>
# Deny access to files starting with dot
<FilesMatch "^\.">
Order allow,deny