summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index cd635b25..1a48ad6f 100644
--- a/index.php
+++ b/index.php
@@ -1,9 +1,9 @@
<?php
-require_once 'lang/i18n.php';
-
require_once 'config.php';
+require_once 'lang/i18n.php';
+
Dictionary::build();
require_once('inc/user.inc.php');