summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-14 23:34:04 +0400
committerAndrew Dolgov <[email protected]>2013-07-14 23:34:04 +0400
commit9e2d513dbd63486e9b6823d36b8c49adbb80fb45 (patch)
treef163365da0ddba1c4b049d475de4e9d9bf3578ae /config.php-dist
parentbebc15cdc2cb2897d2f0f538270f15e8b99816a3 (diff)
config.php-dist: fix lines which were too long
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.php-dist b/config.php-dist
index 4ebce3f41..ec4fb8411 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