X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=mainpage.pl;h=8116eebdb0bee5bf7ecaa541cf7ac0b2f451cdc2;hb=981711f203569e9ff29155c5b8ee0cbc565848b4;hp=cdd6a9ab4479bf803065bc6a601766723c26e8fc;hpb=8ee881174fbb75e983e9ea09f70b2fcecee396ab;p=koha.git diff --git a/mainpage.pl b/mainpage.pl index cdd6a9ab44..8116eebdb0 100755 --- a/mainpage.pl +++ b/mainpage.pl @@ -17,7 +17,6 @@ # use strict; -require Exporter; use CGI; use C4::Output; @@ -49,8 +48,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( authnotrequired => 0, flagsrequired => { catalogue => 1, - circulate => 1, - borrowers => 1, }, } );