|
Lines 21-28
Link Here
|
| 21 |
use Modern::Perl; |
21 |
use Modern::Perl; |
| 22 |
use CGI qw ( -utf8 ); |
22 |
use CGI qw ( -utf8 ); |
| 23 |
use JSON qw(encode_json); |
23 |
use JSON qw(encode_json); |
| 24 |
use C4::Auth qw(checkauth); |
24 |
use C4::Auth qw( checkauth ); |
| 25 |
use C4::Output; |
25 |
use C4::Output qw( output_with_http_headers ); |
| 26 |
use Koha::Logger; |
26 |
use Koha::Logger; |
| 27 |
use Koha::Patrons; |
27 |
use Koha::Patrons; |
| 28 |
use Koha::Library::OverDriveInfos; |
28 |
use Koha::Library::OverDriveInfos; |
| 29 |
- |
|
|