From f03933bcec2cf4a59dec06ffc327e52ca9a3f868 Mon Sep 17 00:00:00 2001 From: Marko Karppinen Date: Thu, 24 Jan 2002 14:25:51 +0000 Subject: [PATCH] Corrected a confusing comment (see bug #14972) --- php.ini-dist | 2 +- php.ini-recommended | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-dist b/php.ini-dist index 08a05c21f0..b2a7430d45 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -491,7 +491,7 @@ SMTP = localhost ; For Win32 only. sendmail_from = me@localhost.com -; For Unix only. You may supply arguments as well (default: 'sendmail -t -i'). +; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = [Logging] diff --git a/php.ini-recommended b/php.ini-recommended index 0f8d786a9a..f5bf25d0be 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -496,7 +496,7 @@ SMTP = localhost ; For Win32 only. sendmail_from = me@localhost.com -; For Unix only. You may supply arguments as well (default: 'sendmail -t -i'). +; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = [Logging] -- 2.40.0