]> git.wh0rd.org - tt-rss.git/blobdiff - sanity_check.php
new config option: LOCK_DIRECTORY (bump config version)
[tt-rss.git] / sanity_check.php
index de582760f4f6dbc34f59eb401ac369a52accd546..2efb10758b8ba2bc884bce58b1c21749307d180c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
        require_once "functions.php";
 
-       define('EXPECTED_CONFIG_VERSION', 13);
+       define('EXPECTED_CONFIG_VERSION', 14);
        define('SCHEMA_VERSION', 28);
 
        if (!file_exists("config.php")) {