summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-05 10:04:55 +0100
committerAndrew Dolgov <[email protected]>2007-03-05 10:04:55 +0100
commit1025ad87633f30d00a3c283b3e8ad2bafa384a5c (patch)
tree4991677b859501c3a2b5161ebaa92cec0d37e696 /sanity_check.php
parentd1db26aa1c18130accf6e536a063efadbab65a1d (diff)
more I18N work
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/sanity_check.php b/sanity_check.php
index f7514b65c..5361c7aa9 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,4 +1,6 @@
<?php
+ require_once "functions.php";
+
define('EXPECTED_CONFIG_VERSION', 5);
if (!file_exists("config.php")) {