Projet

Général

Profil

Bug #2156 » modif_temp_hcl.txt

David Lesimple, 25/07/2011 11:35

 
AVANT:
-----

//The user is either not connector or as the anonymous user. He comes back to the login page.
if (m_MainSessionCtrl == null || (gef != null && UserDetail.isAnonymousUser(m_MainSessionCtrl.getUserId())))
{
%>
<script>
top.location="Login.jsp?DomainId="+<%=domainId%>;
</script>
<%
}


MA MODIF TEMPORAIRE
-------------------

/The user is either not connector or as the anonymous user. He comes back to the login page.
if (m_MainSessionCtrl == null || (gef != null && UserDetail.isAnonymousUser(m_MainSessionCtrl.getUserId())))
{
%>
<script>
top.location="admin/jsp/mainFrameIntranetHCL.jsp<%=mainFrameParams%>";
</script>
<%
}


    (1-1/1)