ごめん

This commit is contained in:
2025-12-12 01:01:36 +09:00
parent 72f3f5d39b
commit 667ac47af0
2 changed files with 8 additions and 2 deletions

View File

@@ -158,6 +158,10 @@ class User {
$auth = new Auth;
$user = $auth->getLoggedInUser();
$u = $auth->getUser($name);
if (!$u) {
header('Location: /404');
exit();
}
$tmpl = new Template('/');
$pagetit = 'サインイン';