Bug 4114: Fixes duplicate id definition in opac-detail.tmpl
[koha.git] / mainpage.pl
index cdd6a9a..b5c0b1e 100755 (executable)
@@ -17,8 +17,7 @@
 #
 
 use strict;
-require Exporter;
-
+use warnings;
 use CGI;
 use C4::Output;
 use C4::Auth;
@@ -49,8 +48,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         authnotrequired => 0,
         flagsrequired   => {
             catalogue => 1,
-            circulate => 1,
-            borrowers => 1,
         },
     }
 );