summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-21 11:47:25 +0100
committerAndrew Dolgov <[email protected]>2007-08-21 11:47:25 +0100
commitbddc9788ef5c572818b19a8bfa369dc464f5482b (patch)
tree67e2996486dd6e1e75d326ced6a1fbf2f0c06edd /sanity_check.php
parent319f05733b76bf1f0932761e1ac53512f7091bc9 (diff)
new config option: MYSQL_CHARSET
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 b1c145d2b..7d41ea73a 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 7);
+ define('EXPECTED_CONFIG_VERSION', 8);
define('SCHEMA_VERSION', 20);
if (!file_exists("config.php")) {