⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
IoTa-pub
All Projects
IoTa-pub
Overview
Activity
Spent time
News
Documents
Wiki
Files
Repository
Download (181 Bytes)
Statistics
| Branch:
master
| Tag:
1.0
1.9
1.99
2.0
2.1
| Revision:
root
/
IoTa-DiscoveryWS
/
IoTa-DiscoveryWS
/
src
/
main
/
webapp
/
template
/
checkAccess.jsp
@ bf9c3717
View
History
Annotate
2e0a7cb1
Sylvain L. Sauvage
<jsp:include
page =
"checkSession.jsp"
/>
<%
if
(
session
.
getAttribute
(
"sessionID"
)
==
null
)
{
%>
<h3>
Permission Denied !
</h3>
<%
return
;
}
bf9c3717
Rémy Ménard
%>
Loading...