summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 721cae0)
raw | patch | inline | side by side (parent: 721cae0)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Nov 2007 13:38:48 +0000 (13:38 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Nov 2007 13:38:48 +0000 (13:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7960 594d385d-05f5-0310-b6e9-bd551577e9d8
html/index.php | patch | blob | history |
diff --git a/html/index.php b/html/index.php
index d17234135099f5f4d9813c9db7e63923c64b660f..67d3c08267dc230d6dda57a2c48c82c9bef30bc5 100644 (file)
--- a/html/index.php
+++ b/html/index.php
}
$smarty->assign ('nextfield', 'username');
-/* Setup dojo according to the configuration */
-if (isset ($config->data['MAIN']['DOJO']) && preg_match('/^(no|false)$/i', $config->data['MAIN']['DOJO'])){
- $smarty->assign ('dojo', FALSE);
- $_SESSION['DOJO']= FALSE;
-} else {
- $smarty->assign ('dojo', TRUE);
- $_SESSION['DOJO']= TRUE;
-}
-
-
/* Check for compile directory */
if (!(is_dir($smarty->compile_dir) && is_writable($smarty->compile_dir))){
msg_dialog::display(_("Smarty"),sprintf(_("Directory '%s' specified as compile directory is not accessible!"),