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

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

Return to bug 29915