diff options
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index bc4cae0395..d91a2824f8 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -252,7 +252,7 @@ define_syslog_variables = Off ; Whether or not to define the various syslog vari [mail function] SMTP = localhost ;for win32 only sendmail_from = me@localhost.com ;for win32 only -sendmail_path = ;for unix only, may supply arguments as well (default is sendmail -t) +;sendmail_path = ;for unix only, may supply arguments as well (default is sendmail -t) [Debugger] debugger.host = localhost |