From 3d72afa19a7e8e7f7691086dedba7c5f9631f42f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Mar 2011 08:30:00 +0400 Subject: use SSL serial to bind certificate to user; implement autologin using SSL certificate; set a separate session cookie for SSL connections (refs #324) --- sanity_check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanity_check.php') 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 "Fatal Error: You forgot to copy -- cgit v1.2.3