Project

General

Profile

Download (181 Bytes) Statistics
| Branch: | Tag: | Revision:
<jsp:include page ="checkSession.jsp" />
<%
if (session.getAttribute("sessionID") == null) {
%>
<h3>Permission Denied !</h3>
<%
return;
}
%>
(1-1/2)