summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-07-10 15:24:04 +0400
committerAndrew Dolgov <[email protected]>2012-07-10 15:24:04 +0400
commit545ca067895c841e265d1bc79484235b6cf900b3 (patch)
treea6d6fe014ac872b3abb0c6bb1b976d92a241154b /include/functions.php
parent383b00906cc1777a4e4339300b52700802d8885f (diff)
do not perform sanity checks on each backend request
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index c98de2613..a3de2461d 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,4 +1,7 @@
<?php
+ define('EXPECTED_CONFIG_VERSION', 25);
+ define('SCHEMA_VERSION', 92);
+
date_default_timezone_set('UTC');
if (defined('E_DEPRECATED')) {
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);