X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/2013f7a1c3ef61a66f5b158823d19c8e6ade8886..cc9044a1aa3f79cda743040573d49bc71fb7805f:/login/index.php?ds=sidebyside diff --git a/login/index.php b/login/index.php index 8e36628..85dc2f5 100644 --- a/login/index.php +++ b/login/index.php @@ -1,5 +1,5 @@ api) return; $message = NULL; if (isset($_POST['mail'])) { @@ -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)) {