fix typo in config.php-dist

This commit is contained in:
Andrew Dolgov 2013-07-14 23:33:12 +04:00
parent 55c773e893
commit bebc15cdc2
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,8 @@
// outgoing mail. Only used with SMTP_SERVER.
define('SMTP_SECURE', '');
// used to select a secure SMTP conneciton. can be tls, ssl or enpty
// Used to select a secure SMTP connection. Allowed values: ssl, tls,
// or empty.
// ***************************************
// *** Other settings (less important) ***