mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Rimozione ini PHP da htaccess
This commit is contained in:
10
.htaccess
10
.htaccess
@@ -3,16 +3,6 @@
|
|||||||
IndexIgnore */*
|
IndexIgnore */*
|
||||||
</IfModule>
|
</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
|
# Deny access to files starting with dot
|
||||||
<FilesMatch "^\.">
|
<FilesMatch "^\.">
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
|
|||||||
Reference in New Issue
Block a user