X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=plugins%2Fplugins-home.pl;h=225a5600315c0b3d95e4486523cec219b0a6424a;hb=6ecf823300ae0be6dd210b998837a07e11dbd0dc;hp=03095bb7055d38fe4868284c8710ab42b4bd2a93;hpb=fb28e0e53dd8cbfe02eb84bfe146bd1456741dde;p=koha.git diff --git a/plugins/plugins-home.pl b/plugins/plugins-home.pl index 03095bb705..225a560031 100755 --- a/plugins/plugins-home.pl +++ b/plugins/plugins-home.pl @@ -4,28 +4,27 @@ # # This file is part of Koha. # -# Koha is free software; you can redistribute it and/or modify it under the -# terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# Koha is distributed in the hope that it will be useful, but WITHOUT ANY -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along -# with Koha; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . use strict; use warnings; -use CGI; +use CGI qw ( -utf8 ); use Koha::Plugins; use C4::Auth; use C4::Output; -use C4::Dates; use C4::Debug; use C4::Context;