⚲
Projet
Général
Profil
Connexion
S'enregistrer
Accueil
Projets
Aide
Recherche
:
Silverpeas Core
Tous les projets
Silverpeas
»
Silverpeas Core
Aperçu
Activité
Roadmap
Demandes
Temps passé
Gantt
Calendrier
Télécharger (681 octets)
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)
Chargement...