Sposta flag mail.add_x_header.
Il flag può stare in .htaccess solo se l'app non viene hostata tramite CGI. * web/mustard/.htaccess: Da qui... * web/mustard/php.ini: ...a qui.
This commit is contained in:
parent
c20f69895f
commit
6b459c252b
2 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,2 @@
|
||||||
RewriteEngine Off
|
RewriteEngine Off
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
php_flag mail.add_x_header Off
|
|
||||||
|
|
1
web/mustard/php.ini
Normal file
1
web/mustard/php.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
mail.add_x_header="0"
|
Loading…
Reference in a new issue