fixing permissions on mainpage
This commit is contained in:
parent
3e764c663f
commit
3969bbe369
1 changed files with 3 additions and 11 deletions
14
mainpage.pl
14
mainpage.pl
|
@ -47,18 +47,10 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
|
||||||
type => "intranet",
|
type => "intranet",
|
||||||
authnotrequired => 0,
|
authnotrequired => 0,
|
||||||
flagsrequired => {
|
flagsrequired => {
|
||||||
# catalogue => 1,
|
catalogue => 1,
|
||||||
# circulate => 1,
|
circulate => 1,
|
||||||
# parameters => 1,
|
borrowers => 1,
|
||||||
# borrowers => 1,
|
|
||||||
# permissions => 1,
|
|
||||||
# reserveforothers => 1,
|
|
||||||
# borrow => 1,
|
|
||||||
# reserveforself => 1,
|
|
||||||
# editcatalogue => 1,
|
|
||||||
# updatecharges => 1,
|
|
||||||
},
|
},
|
||||||
debug => 1,
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue