HTTP/1.0 200 Ok
Server: httpd
Date: Sun, 05 Jan 2025 01:36:33 GMT
Pragma: no-cache
Cache-Control: no-cache,no-store,must-revalidate, post-check=0,pre-check=0
Expires: 0
Content-Type: text/html
CONTENT-LANGUAGE: en
Connection: close
<!DOCTYPE html>
<html>
<head>
<title>Login</title>
<meta charset="UTF-8" />
<link rel="icon" href="images/favicon.ico">
<script type="text/javascript">
var G_top = 1;
var scripts = {
cgi: ["authpage"],
other: ["menulist.js", "lang/en.js", "lang/sp.js"]
};
</script>
<script type="text/javascript" src="js/loadScripts.js"></script>
<script type="text/javascript" language="javascript">
if(window.top != window.self) {
window.top.location = "index.htm";
}
/* thise store the original menu*/
var DEF_PG = "firstlogin.htm";
var G_IP = '';
var G_URL = '';
var G_menu = "";
var G_prog = 0;
var G_next = DEF_PG;
var G_wizard=0;
var G_err=0;
var G_errmsg="";
var G_wait=0;
var bUsrisLogined = parseInt('0'+'-1');
function checkTopConnect(){
setTimeout("topFrame.checkConnect()", 300);
}
function init() {
if(G_next.length == 0)
G_next = DEF_PG;
var judge = window.sessionStorage["session"];
var boot_id = getCfg("boot_id");
var boot_idbefore = window.sessionStorage["boot_id"];
/*check first connection, if not redirect to firstconnection.htm*/
/*
if(getCfg("conn_hurl_eb")=="1" && good_password != "1" && (judge!=1 || boot_id != boot_idbefore)){
window.sessionStorage["boot_id"] = boot_id;
top.location.href = 'firstconnection.htm';
}
*/
window.sessionStorage["boot_id"] = boot_id;
if(bUsrisLogined == 0) {
G_next = DEF_PG;
setCookie("menu_sel", 0);
setCookie("menu_adv", 0);
} else {
var G_URL = GetDefPg();
if(G_URL == "index.htm")
G_URL="network_connected.htm";
if(G_URL)
G_next = G_URL;
}
SetDefPg(G_next);
window_location_replace("mainFrame", G_next);
}
</script>
</head>
<frameset border="0" framespacing="0" rows="140,*,0" frameborder="0" onload="init()">
<frame name="topFrame" id="topFrame" src="top.htm">
<frame name="mainFrame" id="mainFrame" src="">
<frame name="OUTfrm" id="OUTfrm" src="" noresize="noresize" scrolling="no">
</frameset>
</html>