diff --git a/php.ini-development b/php.ini-development index ab9ec310786..6833b75bf4d 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1036,7 +1036,7 @@ smtp_port = 25 ;mail.force_extra_parameters = ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename -mail.add_x_header = On +mail.add_x_header = Off ; The path to a log file that will log all mail() calls. Log entries include ; the full path of the script, line number, To address and headers. diff --git a/php.ini-production b/php.ini-production index 7825686a463..ad29bf38a58 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1043,7 +1043,7 @@ smtp_port = 25 ;mail.force_extra_parameters = ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename -mail.add_x_header = On +mail.add_x_header = Off ; The path to a log file that will log all mail() calls. Log entries include ; the full path of the script, line number, To address and headers.