From faef448491c077affcaf838d5343b0ba22d992a3 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Fri, 20 Jan 2023 15:44:32 +1300 Subject: [PATCH] Revert "Bug 31908: Replace an exit by a safe_exit in Auth.pm L1314" This reverts commit b160979234babc22bf6670149a09a10015a2419e. --- C4/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index a8ed6a7569..3648507807 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1320,7 +1320,7 @@ sub checkauth { $uri->query_param_delete('password'); $uri->query_param_delete('koha_login_context'); print $query->redirect(-uri => $uri->as_string, -cookie => $cookie, -status=>'303 See other'); - safe_exit; + exit; } return ( $userid, $cookie, $sessionID, $flags ); -- 2.39.5