diff options
-rw-r--r-- | php.ini-dist | 2 | ||||
-rw-r--r-- | php.ini-recommended | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist index f00d902f56..64c90f5f30 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -673,7 +673,7 @@ smtp_port = 25 mail.add_x_header = Off ; Log all mail() calls including the full path of the script, line #, to address and headers -mail.log = +;mail.log = [SQL] sql.safe_mode = Off diff --git a/php.ini-recommended b/php.ini-recommended index f88d0e157c..f29bf1bb28 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -710,7 +710,7 @@ smtp_port = 25 mail.add_x_header = On ; Log all mail() calls including the full path of the script, line #, to address and headers -mail.log = +;mail.log = [SQL] sql.safe_mode = Off |