mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Fix htaccess
This commit is contained in:
parent
d058301ab9
commit
963b265301
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
# Try to set PHP settings
|
# Try to set PHP settings
|
||||||
<IfModule mod_php5.c>
|
<IfModule mod_php5.c>
|
||||||
php_value upload_max_filesize 20M
|
php_value upload_max_filesize 256M
|
||||||
php_value post_max_size 20M
|
php_value post_max_size 256M
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule mod_php7.c>
|
<IfModule mod_php7.c>
|
||||||
php_value upload_max_filesize 20M
|
php_value upload_max_filesize 256M
|
||||||
php_value post_max_size 20M
|
php_value post_max_size 256M
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
# Deny access to files starting with dot
|
# Deny access to files starting with dot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user