@@ -, +, @@ --- installer/onboarding.pl | 4 ---- 1 file changed, 4 deletions(-) --- a/installer/onboarding.pl +++ a/installer/onboarding.pl @@ -22,13 +22,9 @@ use Modern::Perl; use diagnostics; use C4::InstallAuth; use CGI qw ( -utf8 ); -use Digest::MD5 qw(md5_base64); -use Encode qw( encode ); -use C4::Koha; use C4::Output; use C4::Members; use Koha::Patrons; -use Koha::Items; use Koha::Libraries; use Koha::Database; use Koha::DateUtils; --