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

(-)a/C4/Auth.pm (-2 / +1 lines)
Lines 1629-1635 sub check_api_auth { Link Here
1629
1629
1630
=head2 check_cookie_auth
1630
=head2 check_cookie_auth
1631
1631
1632
  ($status, $sessionId) = check_api_auth($cookie, $userflags);
1632
  ($status, $sessionId) = check_cookie_auth($cookie, $userflags);
1633
1633
1634
Given a CGISESSID cookie set during a previous login to Koha, determine
1634
Given a CGISESSID cookie set during a previous login to Koha, determine
1635
if the user has the privileges specified by C<$userflags>. C<$userflags>
1635
if the user has the privileges specified by C<$userflags>. C<$userflags>
1636
- 

Return to bug 29915