Browse Source

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.
paul 4 years ago
parent
commit
6b459c252b
2 changed files with 1 additions and 1 deletions
  1. 0 1
      web/mustard/.htaccess
  2. 1 0
      web/mustard/php.ini

+ 0 - 1
web/mustard/.htaccess

@@ -1,3 +1,2 @@
 RewriteEngine Off
 RewriteEngine On
-php_flag mail.add_x_header Off

+ 1 - 0
web/mustard/php.ini

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