diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-10-04 13:11:07 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-10-04 13:18:41 +0400 |
| commit | 83cd33fcec05473bf2bd00836c7eaa7d9b584461 (patch) | |
| tree | 024ff7b024164a27e93e362763883e66cb40fa4b /sanity_check.php | |
| parent | 359fc686ddfc13dc1f9ee8127fd14a13a0ede4e8 (diff) | |
implement sharing articles by unique url
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 9df2fb047..9009cbc24 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 23); - define('SCHEMA_VERSION', 85); + define('SCHEMA_VERSION', 86); if (!file_exists("config.php")) { print "<b>Fatal Error</b>: You forgot to copy |