really minor change : POD fixing, indentation & some compilation warn removing.
[koha-ffzg.git] / mainpage.pl
index e74890b..057cc7b 100755 (executable)
@@ -19,9 +19,8 @@
 use strict;
 require Exporter;
 
-use C4::Output;    # contains gettemplate
-use C4::Interface::CGI::Output;
 use CGI;
+use C4::Output;
 use C4::Auth;
 use C4::AuthoritiesMarc;
 use C4::Koha;
@@ -47,18 +46,10 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         type            => "intranet",
         authnotrequired => 0,
         flagsrequired   => {
-    #        catalogue        => 1,
-    #        circulate        => 1,
-    #        parameters       => 1,
-    #        borrowers        => 1,
-    #        permissions      => 1,
-    #        reserveforothers => 1,
-    #        borrow           => 1,
-    #        reserveforself   => 1,
-    #        editcatalogue    => 1,
-    #        updatecharges    => 1,
+        catalogue        => 1,
+        circulate        => 1,
+        borrowers        => 1,
         },
-        debug => 1,
     }
 );