]> git.wh0rd.org Git - tt-rss.git/commitdiff
bump config version, because of DIGEST_HOSTNAME option
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 21 Aug 2006 06:12:41 +0000 (07:12 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 21 Aug 2006 06:12:41 +0000 (07:12 +0100)
config.php-dist
sanity_check.php

index 5b6086449db068df3fb8a8e8e17207651b39aad5..cd1450724c9728b2711c7145e97654b6228ab268 100644 (file)
        define('DIGEST_HOSTNAME', 'madoka.spb.ru');
        // Hostname for email digest signature
 
-       define('CONFIG_VERSION', 4);
+       define('CONFIG_VERSION', 5);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).
 
index 6f1a82ec9ee495f8987c5d22e4171ccca81db9f1..f12053522a5d340b2fae7be921fe6b2f10157824 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-       define('EXPECTED_CONFIG_VERSION', 4);
+       define('EXPECTED_CONFIG_VERSION', 5);
 
        if (!file_exists("config.php")) {
                print "<b>Fatal Error</b>: You forgot to copy