mirror of https://github.com/Aidaho12/haproxy-wi
parent
be58ce10c3
commit
7a9d21d7f5
|
@ -42,7 +42,7 @@ if form.getvalue('logout') is not None:
|
||||||
print("Set-cookie: login=; expires=Wed May 18 03:33:20 2003; path=/app/; httponly")
|
print("Set-cookie: login=; expires=Wed May 18 03:33:20 2003; path=/app/; httponly")
|
||||||
print("Set-cookie: role=; expires=Wed May 18 03:33:20 2003; path=/app/; httponly")
|
print("Set-cookie: role=; expires=Wed May 18 03:33:20 2003; path=/app/; httponly")
|
||||||
print("Content-type: text/html\n")
|
print("Content-type: text/html\n")
|
||||||
print('<meta http-equiv="refresh" content="0; url=/">')
|
print('<meta http-equiv="refresh" content="0; url=/overview.py">')
|
||||||
|
|
||||||
if login is None:
|
if login is None:
|
||||||
funct.head("Login page")
|
funct.head("Login page")
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
|
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||||
<link href="/inc/style.css" rel="stylesheet">
|
<link href="/inc/style.css" rel="stylesheet">
|
||||||
<meta http-equiv="refresh" content="0; url=/cgi-bin/overview.py">
|
<meta http-equiv="refresh" content="0; url=/app/overview.py">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue