summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorraul2014-06-13 21:36:02 +0200
committerMichael Pereira Neves2014-07-11 15:01:59 +0200
commit4af90a9a1c8c8007cea547383c0de28c62c4e34e (patch)
tree6ce7103175fc383ec14c3094de6a0118f4c508cc /index.php
parentUpdate .gitignore to exclude netbeans project file (diff)
downloadslx-admin-4af90a9a1c8c8007cea547383c0de28c62c4e34e.tar.gz
slx-admin-4af90a9a1c8c8007cea547383c0de28c62c4e34e.tar.xz
slx-admin-4af90a9a1c8c8007cea547383c0de28c62c4e34e.zip
[i18n] add i18n support, WIP
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
*/