mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Small fixes (Release commit)
This commit is contained in:
parent
8747ea59ac
commit
eb30a1fe27
16 changed files with 155 additions and 55 deletions
|
|
@ -7,6 +7,10 @@
|
|||
@ini_set('magic_quotes_gpc', 0);
|
||||
@ini_set('magic_quotes_runtime', 0);
|
||||
|
||||
@ini_set('suhosin.session.encrypt', 0);
|
||||
@ini_set('suhosin.get.max_name_length', 2014);
|
||||
@ini_set('suhosin.get.max_value_length', 2014);
|
||||
|
||||
define('APP_DEFAULT_DENY_ALL_HTACCESS', 'Deny from all
|
||||
<IfModule mod_autoindex.c>
|
||||
Options -Indexes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue