]> git.wh0rd.org - tt-rss.git/commitdiff
fix typo in config.php-dist
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 14 Jul 2013 19:33:12 +0000 (23:33 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 14 Jul 2013 19:33:12 +0000 (23:33 +0400)
config.php-dist

index 0d1bfbc01da0fdacc1af0867f4cfcbe3ec45d29c..4ebce3f41147451c519d7cdccdc74c2711b26994 100644 (file)
        // 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) ***