22 lines
718 B
Plaintext
22 lines
718 B
Plaintext
<%--
|
|
Document : dummy
|
|
Created on : 21-10-2018, 17:07:46
|
|
Author : install1
|
|
--%>
|
|
|
|
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta http-equiv="refresh" action="1;FrontController">
|
|
<title>StartPoint</title>
|
|
</head>
|
|
<body>
|
|
<form name="SessionAttributeHandler" action="FrontController" method="POST">
|
|
<input type="hidden" name="command" value="SessionAttributeHandler">
|
|
Loading Avatars, please wait 20-30 seconds...
|
|
</form>
|
|
<SCRIPT LANGUAGE="JavaScript">document.forms[0].submit();</SCRIPT>
|
|
</body>
|
|
</html> |