1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-09 14:14:10 +01:00

Fix htaccess

This commit is contained in:
Thomas Zilio 2018-10-05 12:09:55 +02:00
parent d058301ab9
commit 963b265301

View File

@ -5,12 +5,12 @@
# Try to set PHP settings
<IfModule mod_php5.c>
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value upload_max_filesize 256M
php_value post_max_size 256M
</IfModule>
<IfModule mod_php7.c>
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value upload_max_filesize 256M
php_value post_max_size 256M
</IfModule>
# Deny access to files starting with dot