@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt | 2 +- tools/access_files.pl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt @@ -68,7 +68,7 @@
  • Average loan time
  • Koha database schema
  • Koha reports library
  • -
  • Report/log files
  • +
  • Report/log files
  • --- a/tools/access_files.pl +++ a/tools/access_files.pl @@ -21,8 +21,7 @@ # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use strict; -use warnings; +use Modern::Perl; use C4::Auth; use CGI; --