Last active 1713354221

Revision f2fdec18afaee15b5e7406a9bd90df16151d28c1

login.html Raw
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