Lines 1064-1069
sub checkauth {
Link Here
|
1064 |
IndependentBranches=> C4::Context->preference("IndependentBranches"), |
1064 |
IndependentBranches=> C4::Context->preference("IndependentBranches"), |
1065 |
AutoLocation => C4::Context->preference("AutoLocation"), |
1065 |
AutoLocation => C4::Context->preference("AutoLocation"), |
1066 |
wrongip => $info{'wrongip'}, |
1066 |
wrongip => $info{'wrongip'}, |
|
|
1067 |
opacbelowloginbox => C4::Context->preference("OpacBelowLoginBox"), |
1067 |
PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), |
1068 |
PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), |
1068 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
1069 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
1069 |
persona => C4::Context->preference("Persona"), |
1070 |
persona => C4::Context->preference("Persona"), |