mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:35:55 +00:00
new config option: LOCK_DIRECTORY (bump config version)
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user