From cfa43e025cf4246d815a5f1539cd34b461130a9a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Jan 2008 06:33:52 +0100 Subject: new config option: LOCK_DIRECTORY (bump config version) --- config.php-dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 5edb79aa3..2c92429ec 100644 --- a/config.php-dist +++ b/config.php-dist @@ -170,7 +170,11 @@ // option can be used to integrate tt-rss with Apache's external // authentication modules. - define('CONFIG_VERSION', 13); + define('LOCK_DIRECTORY', '.'); + // Directory for lockfiles, must be writable to the user you run + // daemon process or cronjobs under. + + define('CONFIG_VERSION', 14); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). -- cgit v1.2.3-54-g00ecf