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:
paul 2020-05-15 18:53:42 +02:00 committed by Giacomo Leidi
parent c20f69895f
commit 6b459c252b
2 changed files with 1 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1 @@
mail.add_x_header="0"