summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-17 06:33:52 +0100
committerAndrew Dolgov <[email protected]>2008-01-17 06:33:52 +0100
commitcfa43e025cf4246d815a5f1539cd34b461130a9a (patch)
tree46878553faade2228647d512188fdc548bb0e051 /config.php-dist
parente3b9d084d46c34faad8808d3d3624a7c6826ed93 (diff)
new config option: LOCK_DIRECTORY (bump config version)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
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).