From: cajus Date: Fri, 30 Nov 2007 13:38:48 +0000 (+0000) Subject: Reverted dojo switch X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=27cd984048a66b078337460aa4cd702a79ff8be0;p=gosa.git Reverted dojo switch git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7960 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/index.php b/html/index.php index d17234135..67d3c0826 100644 --- a/html/index.php +++ b/html/index.php @@ -150,16 +150,6 @@ if (isset ($config->data['MAIN']['COMPILE'])){ } $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!"),