Code

We have no schema code. remove this file from that location because we don't need...
[gosa.git] / gosa-core / html / logout.php
index fd4bb903d6837425950dfe4e871a23452720dcc4..d5ef67d4af9902a5d05488eed40293c94df3ec84 100644 (file)
@@ -80,6 +80,7 @@ if (isset($_GET['request'])){
   if (isset($config) && $config->get_cfg_value("htaccessAuthentication") == "true"){
 
     /* Else notice that the user has to close the browser... */
+    $smarty->assign("iePngWorkaround", FALSE);
     $smarty->display (get_template_path('headers.tpl'));
     $smarty->display (get_template_path('logout-close.tpl'));
     exit;