summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-13 12:03:50 +0400
committerAndrew Dolgov <[email protected]>2011-12-13 12:03:50 +0400
commit94976024848e94f2e1987b82b0b1d0d4140a416d (patch)
tree450ab55e72cc1848901b35c564a159c1f5188946 /include
parent4f09f594c24a2fbdacd6124ecdeb07b92814cb88 (diff)
parent9da0e4a2ff84b097cf436b2641fc056315278f55 (diff)
Merge branch 'master' into tiny-oop
Diffstat (limited to 'include')
-rw-r--r--include/sanity_check.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index 3e5c09803..2769b4b59 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -1,15 +1,15 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 23);
- define('SCHEMA_VERSION', 86);
-
if (!file_exists("config.php")) {
print "<b>Fatal Error</b>: You forgot to copy
<b>config.php-dist</b> to <b>config.php</b> and edit it.\n";
exit;
}
+ define('EXPECTED_CONFIG_VERSION', 23);
+ define('SCHEMA_VERSION', 86);
+
require_once "config.php";
require_once "sanity_config.php";