initial commit
This commit is contained in:
parent
5aeabf52d6
commit
5a6bd1d07b
148 changed files with 7509 additions and 0 deletions
19
WebRoot/denied/max_sessions.jsp
Normal file
19
WebRoot/denied/max_sessions.jsp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Max users reached.</title>
|
||||
</head>
|
||||
<body>
|
||||
<br/>
|
||||
<hr/>
|
||||
<br/>
|
||||
Sorry, but our max concurrent users limit is rearched.<br/>
|
||||
<br/>
|
||||
Please try again in a 5 minutes.<br/>
|
||||
<br/>
|
||||
<hr/>
|
||||
<br/>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue