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

(-)a/svc/barcode (-1 / +2 lines)
Lines 87-92 below the scannable barcode. Link Here
87
87
88
=back
88
=back
89
89
90
=cut
91
90
my $input = new CGI;
92
my $input = new CGI;
91
93
92
my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { catalogue => '*' } );
94
my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { catalogue => '*' } );
93
- 

Return to bug 23144