onlyAdmin.jsp

<html>
<body>
    <h2>Only Administrators can access this page.</h2>
    <%@include file="../../logout-include.jsp"%>
</body>
</html>