X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/da2d6e5537e9fdcd6f424ea1cc8ab6ef8f45727e..a4df323abd9cc8e007f9accc58d7482048e3e3c4:/login/index.php diff --git a/login/index.php b/login/index.php index 38b7c23..85dc2f5 100644 --- a/login/index.php +++ b/login/index.php @@ -59,7 +59,7 @@ if (!$User or !$User->login) { if (isset($_REQUEST['goto'])) { $target = ltrim($_REQUEST['goto'], '/'); - abort("/$target", 302); + abort("/$target", '303 Return'); } if (isset($Page->raw)) {