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:
parent
d058301ab9
commit
963b265301
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user