]> git.wh0rd.org - tt-rss.git/commitdiff
config.php-dist: fix lines which were too long
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 14 Jul 2013 19:34:04 +0000 (23:34 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 14 Jul 2013 19:34:04 +0000 (23:34 +0400)
config.php-dist

index 4ebce3f41147451c519d7cdccdc74c2711b26994..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