X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/4f8a1fcca4420c5218cde24820d1728476b31b37..17653d5b7ab2c7276c97b0953648fcb885383711:/login/post/index.php diff --git a/login/post/index.php b/login/post/index.php index 2f6a9f9..0beb42f 100644 --- a/login/post/index.php +++ b/login/post/index.php @@ -1,7 +1,11 @@ login) { + http_response_code(303); + $target = urlencode($_SERVER['REQUEST_URI']); + header("Location: /login?goto=$target"); + exit; +} +elseif ($User->admin('user') and $username = @$_REQUEST['login']) { try { $user = new User("profile/$username"); } @@ -27,5 +31,4 @@ else { $Place['pass'] = 'onbekend'; } -print ''."\n"; -print $body; +print ''."\n";