From: Andrew Dolgov Date: Sun, 14 Jul 2013 19:34:04 +0000 (+0400) Subject: config.php-dist: fix lines which were too long X-Git-Tag: 1.9~18 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9e2d513dbd63486e9b6823d36b8c49adbb80fb45;p=tt-rss.git config.php-dist: fix lines which were too long --- diff --git a/config.php-dist b/config.php-dist index 4ebce3f4..ec4fb841 100644 --- a/config.php-dist +++ b/config.php-dist @@ -50,10 +50,11 @@ // ***************************** 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