X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=members%2Fapikeys.pl;h=f6fde368e4eaae2eab583ce000641cbcfdcec25c;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=fb9051d1c49ec17b53636f86038d73dfcbe4ee26;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/members/apikeys.pl b/members/apikeys.pl index fb9051d1c4..f6fde368e4 100755 --- a/members/apikeys.pl +++ b/members/apikeys.pl @@ -21,8 +21,8 @@ use Modern::Perl; use CGI; -use C4::Auth; -use C4::Output; +use C4::Auth qw( get_template_and_user ); +use C4::Output qw( output_and_exit output_html_with_http_headers ); use Koha::ApiKeys; use Koha::Patrons;