]> git.wh0rd.org - tt-rss.git/blobdiff - sanity_check.php
move php executable path for old-style daemon to config.php (bump version) (closes...
[tt-rss.git] / sanity_check.php
index 41fdf983adc0cb6db5f16499814c3b084a99357d..383edab4cb4eb8bfa83aaf75fd380565e7b27bce 100644 (file)
@@ -1,7 +1,7 @@
 <?php
        require_once "functions.php";
 
-       define('EXPECTED_CONFIG_VERSION', 16);
+       define('EXPECTED_CONFIG_VERSION', 17);
        define('SCHEMA_VERSION', 37);
 
        if (!file_exists("config.php")) {