diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-03-28 08:30:00 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-03-28 08:30:15 +0400 |
| commit | 3d72afa19a7e8e7f7691086dedba7c5f9631f42f (patch) | |
| tree | 397f1e5936935122f0f023819fef26fbf1613cb4 /sanity_check.php | |
| parent | f98252f27cb979f5285b65908b1b24a913b1af81 (diff) | |
use SSL serial to bind certificate to user; implement autologin using SSL certificate; set a separate session cookie for SSL connections (refs #324)
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 c9d0fe922..96f4e839c 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 21); - define('SCHEMA_VERSION', 81); + define('SCHEMA_VERSION', 82); if (!file_exists("config.php")) { print "<b>Fatal Error</b>: You forgot to copy |