summaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
authorSimon Rettberg2014-08-07 19:20:39 +0200
committerSimon Rettberg2014-08-07 19:20:39 +0200
commit5472fd01bdb5640f58579fc06b0777e4f52975d7 (patch)
tree325b21b71f7e74eb19404271f81c9f03cada13ee /config.php
parentMerge branch 'i18n' of https://gitlab.c3sl.ufpr.br/cdn/slx-admin into i18n (diff)
downloadslx-admin-5472fd01bdb5640f58579fc06b0777e4f52975d7.tar.gz
slx-admin-5472fd01bdb5640f58579fc06b0777e4f52975d7.tar.xz
slx-admin-5472fd01bdb5640f58579fc06b0777e4f52975d7.zip
Some sanity checks; start making detection of available languages dynamic; put dictionary class in inc/; make redirection on language change work if browser doesn't send referer information
Diffstat (limited to 'config.php')
-rw-r--r--config.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.php b/config.php
index cd271e0c..43cc140c 100644
--- a/config.php
+++ b/config.php
@@ -14,8 +14,6 @@ define('CONFIG_SQL_PASS', 'geheim');
define('CONFIG_SQL_FORCE_UTF8', false);
//define('CONFIG_SQL_DB', 'openslx');
-define ("SITE_LANGUAGES", serialize (array ("de", "en", "pt")));
-
define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs');
define('CONFIG_REMOTE_ML', 'http://mltk.boot.openslx.org/update/new');