summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-22 11:48:08 +0400
committerAndrew Dolgov <[email protected]>2012-01-22 11:48:14 +0400
commite90053fe8400893190f6b91bb4b78abe481f2e7f (patch)
tree19bf80e9978cb3ef06583b0ebea8b8eef5fee106 /include/sanity_check.php
parent8689b8070bda50afe0d822cdd312a591227c3d7a (diff)
improve password storage (use sha256 and long random salt)
bump schema
Diffstat (limited to 'include/sanity_check.php')
-rw-r--r--include/sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index 4fe28c307..1cd2873df 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -6,7 +6,7 @@
} else {
define('EXPECTED_CONFIG_VERSION', 25);
- define('SCHEMA_VERSION', 87);
+ define('SCHEMA_VERSION', 88);
require_once "config.php";
require_once "sanity_config.php";