diff options
author | Philip Olson <philip@php.net> | 2009-04-10 00:10:31 +0000 |
---|---|---|
committer | Philip Olson <philip@php.net> | 2009-04-10 00:10:31 +0000 |
commit | 9d2c39ac415aa8d92e39a7c13302ef3243e9cb5e (patch) | |
tree | 6ee17b533fae4a3b60c45d554390ff1c32a3e1fb /php.ini-production | |
parent | 11a8e2e82e693b6a77347c98f2e1aa8ae3b99264 (diff) | |
download | php-git-9d2c39ac415aa8d92e39a7c13302ef3243e9cb5e.tar.gz |
Fixed typo
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index 8596b93f84..eb38486b53 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1082,7 +1082,7 @@ smtp_port = 25 ; the 5th parameter to mail(), even in safe mode. ;mail.force_extra_parameters = -; Add X-PHP-Originaiting-Script: that will include uid of the script followed by the filename +; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename mail.add_x_header = On ; Log all mail() calls including the full path of the script, line #, to address and headers |