diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-01-11 11:36:35 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-01-11 11:36:35 +0300 |
| commit | 12df6592f337083d9bb0f652851a11fba1310cfd (patch) | |
| tree | 7925d336061216d14345fc5923aef4eb96268d98 /sanity_check.php | |
| parent | 86268d8ba0baaaef3372abacc8bc77513705d562 (diff) | |
add optional AUTO_LOGIN for when remote authentication is allowed (closes #295)
Diffstat (limited to 'sanity_check.php')
| -rw-r--r-- | sanity_check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php index 567be65ee..35d5c2a7f 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -1,7 +1,7 @@ <?php require_once "functions.php"; - define('EXPECTED_CONFIG_VERSION', 20); + define('EXPECTED_CONFIG_VERSION', 21); define('SCHEMA_VERSION', 78); if (!file_exists("config.php")) { |