config.php-dist: fix lines which were too long

This commit is contained in:
Andrew Dolgov 2013-07-14 23:34:04 +04:00
parent bebc15cdc2
commit 9e2d513dbd
1 changed files with 5 additions and 4 deletions

View File

@ -50,10 +50,11 @@
// ***************************** // *****************************
define('PHP_EXECUTABLE', '/usr/bin/php'); define('PHP_EXECUTABLE', '/usr/bin/php');
// Path to PHP *COMMAND LINE* executable, used for various command-line tt-rss programs and // Path to PHP *COMMAND LINE* executable, used for various command-line tt-rss
// update daemon. Do not try to use CGI binary here, it won't work. If you see HTTP headers // programs and update daemon. Do not try to use CGI binary here, it won't work.
// being displayed while running tt-rss scripts, then most probably you are using the CGI // If you see HTTP headers being displayed while running tt-rss scripts,
// binary. If you are unsure what to put in here, ask your hosting provider. // 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'); define('LOCK_DIRECTORY', 'lock');
// Directory for lockfiles, must be writable to the user you run // Directory for lockfiles, must be writable to the user you run