summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-12-05 10:07:33 +0100
committerAndrew Dolgov <[email protected]>2007-12-05 10:07:33 +0100
commit66917e70d0e654cea6a9632cb7ed886f00704f45 (patch)
tree11b5a41208e41dbe2565f5c04fcc10ebaab8bc71 /sanity_check.php
parentfc46ab83bb735904c92dea8722e0784b64b0d8fb (diff)
new option: ALLOW_REMOTE_USER_AUTH
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php
index 5c90eae74..1f0706dc0 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 12);
+ define('EXPECTED_CONFIG_VERSION', 13);
define('SCHEMA_VERSION', 27);
if (!file_exists("config.php")) {