X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=plugins%2Fplugins-home.pl;h=da892ba1f2b22c33aff5c66414a7f9b4d713055e;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=efdd503eacbf1bc1081dc544ef10a8917ced5078;hpb=3fe837bc74d110b9b3f378ee0565464d8529e827;p=srvgit diff --git a/plugins/plugins-home.pl b/plugins/plugins-home.pl index efdd503eac..da892ba1f2 100755 --- a/plugins/plugins-home.pl +++ b/plugins/plugins-home.pl @@ -21,12 +21,12 @@ use Modern::Perl; use CGI qw ( -utf8 ); -use JSON qw(from_json); -use LWP::Simple qw(get); +use JSON qw( from_json ); +use LWP::Simple qw( get ); use Koha::Plugins; -use C4::Auth; -use C4::Output; +use C4::Auth qw( get_template_and_user ); +use C4::Output qw( output_html_with_http_headers ); use C4::Context; my $plugins_enabled = C4::Context->config("enable_plugins");