Project

General

Profile

Download (181 Bytes) Statistics
| Branch: | Tag: | Revision:
2e0a7cb1 Sylvain L. Sauvage
<jsp:include page ="checkSession.jsp" />
<%
if (session.getAttribute("sessionID") == null) {
%>
<h3>Permission Denied !</h3>
<%
return;
}
bf9c3717 Rémy Ménard
%>