Welcome to mirror list, hosted at ThFree Co, Russian Federation.

login.cgi « webui « hamcore « bin « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aef1c24d7ec079ffa870ac08cc0875c38d0c42ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Login page</title>
<link rel=stylesheet type=text/css href=/webui/webui.css>
</head><body>
<center>
<H2>PacketiX VPN Server Web UI ログインページ.</H2>
<form action="ACTION" method="get">
<table>
<tr><td align=right>仮想 HUB 名:</td><td><input type="text" name="HUB" value=HUBNAME></td></tr>
<tr><td></td><td><font color=red size =2>※仮想 HUB 名を空欄にするとサーバー管理モードになります。</font></td></tr>
<tr><td align=right>パスワード:</td><td><input type="password" name="PASS"></td></tr>
</table><input type="submit" value="ログイン">
</form>
<font color="red"><!--ERR1--></font>
</center>
</body></html>