fixing permissions requirements on mainpage.pl
authorJoshua Ferraro <jmf@liblime.com>
Sat, 5 Jan 2008 01:58:44 +0000 (20:58 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 5 Jan 2008 03:30:14 +0000 (21:30 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

mainpage.pl

index cdd6a9a..fa5e814 100755 (executable)
@@ -49,8 +49,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         authnotrequired => 0,
         flagsrequired   => {
             catalogue => 1,
-            circulate => 1,
-            borrowers => 1,
         },
     }
 );