]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
config.php-dist: fix lines which were too long
[tt-rss.git] / config.php-dist
index 0d1bfbc01da0fdacc1af0867f4cfcbe3ec45d29c..ec4fb841166b4d46c188b2ff2be9bf41e20ff9ef 100644 (file)
        // *****************************
 
        define('PHP_EXECUTABLE', '/usr/bin/php');
-       // Path to PHP *COMMAND LINE* executable, used for various command-line tt-rss programs and
-       // update daemon. Do not try to use CGI binary here, it won't work. If you see HTTP headers
-       // being displayed while running tt-rss scripts, then most probably you are using the CGI
-       // binary. If you are unsure what to put in here, ask your hosting provider.
+       // Path to PHP *COMMAND LINE* executable, used for various command-line tt-rss 
+       // programs and update daemon. Do not try to use CGI binary here, it won't work. 
+       // If you see HTTP headers being displayed while running tt-rss scripts, 
+       // then most probably you are using the CGI binary. If you are unsure what to 
+       // put in here, ask your hosting provider.
 
        define('LOCK_DIRECTORY', 'lock');
        // Directory for lockfiles, must be writable to the user you run
        // 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) ***