summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index 4b83baaa..e5782e6a 100644
--- a/index.php
+++ b/index.php
@@ -2,6 +2,9 @@
require_once 'config.php';
+require_once 'dictionary.php';
+
+
/**
* Page class which all "modules" must be extending from
*/