View | Details | Raw Unified | Return to bug 31908
Collapse All | Expand All

(-)a/C4/Auth.pm (-2 / +1 lines)
Lines 1311-1317 sub checkauth { Link Here
1311
            $uri->query_param_delete('password');
1311
            $uri->query_param_delete('password');
1312
            $uri->query_param_delete('koha_login_context');
1312
            $uri->query_param_delete('koha_login_context');
1313
            print $query->redirect(-uri => $uri->as_string, -cookie => $cookie, -status=>'303 See other');
1313
            print $query->redirect(-uri => $uri->as_string, -cookie => $cookie, -status=>'303 See other');
1314
            exit;
1314
            safe_exit;
1315
        }
1315
        }
1316
1316
1317
        return ( $userid, $cookie, $sessionID, $flags );
1317
        return ( $userid, $cookie, $sessionID, $flags );
1318
- 

Return to bug 31908