X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/42a4b445cf00c094dfa97b8679901588371188e6..772961fd4e9be46ad340cad1e55ee5f28cc5b968:/login/post/index.php diff --git a/login/post/index.php b/login/post/index.php index 747683f..f4c7759 100644 --- a/login/post/index.php +++ b/login/post/index.php @@ -1,5 +1,5 @@ login) { http_response_code(303); $target = urlencode($_SERVER['REQUEST_URI']); header("Location: /login?goto=$target"); @@ -13,7 +13,7 @@ elseif ($User->admin('user') and $username = @$_REQUEST['login']) { printf('

%s

', $e->getMessage()); return; } - $Article->title = $user->login . ': ' . $Article->title; + $Page->title = $user->login . ': ' . $Page->title; } else { $user = $User; @@ -31,4 +31,4 @@ else { $Place['pass'] = 'onbekend'; } -print ''."\n"; +print ''."\n";