ごめん
This commit is contained in:
@@ -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 = 'サインイン';
|
||||
|
||||
Reference in New Issue
Block a user