login.html
· 535 B · HTML
Raw
<html>
<title>...</title>
<body>
<form name="redirect" action="https://auth.leshe4ka.ru/" method="get">
<input type="hidden" name="mac" value="$(mac)">
<input type="hidden" name="ip" value="$(ip)">
<input type="hidden" name="username" value="$(username)">
<input type="hidden" name="link-login" value="$(link-login)">
<input type="hidden" name="link-orig" value="$(link-orig)">
<input type="hidden" name="error" value="$(error)">
</form>
<script language="JavaScript">
<!--
document.redirect.submit();
//-->
</script>
</body>
</html>
| 1 | <html> |
| 2 | <title>...</title> |
| 3 | <body> |
| 4 | <form name="redirect" action="https://auth.leshe4ka.ru/" method="get"> |
| 5 | <input type="hidden" name="mac" value="$(mac)"> |
| 6 | <input type="hidden" name="ip" value="$(ip)"> |
| 7 | <input type="hidden" name="username" value="$(username)"> |
| 8 | <input type="hidden" name="link-login" value="$(link-login)"> |
| 9 | <input type="hidden" name="link-orig" value="$(link-orig)"> |
| 10 | <input type="hidden" name="error" value="$(error)"> |
| 11 | </form> |
| 12 | <script language="JavaScript"> |
| 13 | <!-- |
| 14 | document.redirect.submit(); |
| 15 | //--> |
| 16 | </script> |
| 17 | </body> |
| 18 | </html> |
| 19 |