X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/95fdba3568a0978b9401376cdca9cdd711abdb1a..dceaed615cc4046d0f4145d17580fa1b7471c538:/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)) {