Projet

Général

Profil

Télécharger (181 octets) Statistiques
| Branche: | Tag: | Révision:
<jsp:include page ="checkSession.jsp" />
<%
if (session.getAttribute("sessionID") == null) {
%>
<h3>Permission Denied !</h3>
<%
return;
}
%>
(1-1/2)