33 |
my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { recall => 'manage_recalls' } ); |
33 |
my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { recall => 'manage_recalls' } ); |
36 |
print $input->header(-type => 'text/plain', -status => '403 Forbidden'); |
36 |
print $input->header(-type => 'application/json', -status => '403 Forbidden'); |