Code

Removed option in flavor of case handling flag 'L' stronger than flag 'D'.
[gosa.git] / html / index.php
index 88ae90bfdbc6c9e0a9913891410e642b4e828946..9ced14d6732b888ed9abaf8207020807812b12f5 100644 (file)
@@ -228,9 +228,6 @@ $smarty->assign ("server_id", $selected);
 
 /* show login screen */
 $smarty->display (get_template_path('headers.tpl'));
-if (isset($_GET['version'])){
-  require_once("version.inc");
-}
 $smarty->assign ("PHPSESSID", session_id());
 if (isset($_SESSION['errors'])){
   $smarty->assign("errors", $_SESSION['errors']);