diff options
author | raul | 2014-07-15 21:06:07 +0200 |
---|---|---|
committer | raul | 2014-07-15 21:06:07 +0200 |
commit | bd9cdadb71b9cb46e7c8c629739997d2a0c1388e (patch) | |
tree | 2c8084c0132b581f6e2eb850248eddee69a77b7a /index.php | |
parent | [i18n] Updated the translations (diff) | |
download | slx-admin-bd9cdadb71b9cb46e7c8c629739997d2a0c1388e.tar.gz slx-admin-bd9cdadb71b9cb46e7c8c629739997d2a0c1388e.tar.xz slx-admin-bd9cdadb71b9cb46e7c8c629739997d2a0c1388e.zip |
[i18n] Added administration interface for the i18n system
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'); |