Add typeId to login parameters for session verification in Login component.

This commit is contained in:
超级老白兔
2025-11-06 10:20:39 +08:00
parent fa802b50ad
commit e467a8e6e0
36 changed files with 2136 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico"/>
<title>webman</title>
</head>
<body>
hello <?=htmlspecialchars($name)?>
</body>
</html>