Lines 1052-1057
sub checkauth {
Link Here
|
1052 |
IndependentBranches=> C4::Context->preference("IndependentBranches"), |
1052 |
IndependentBranches=> C4::Context->preference("IndependentBranches"), |
1053 |
AutoLocation => C4::Context->preference("AutoLocation"), |
1053 |
AutoLocation => C4::Context->preference("AutoLocation"), |
1054 |
wrongip => $info{'wrongip'}, |
1054 |
wrongip => $info{'wrongip'}, |
|
|
1055 |
opacbelowloginbox => C4::Context->preference("OpacBelowLoginBox"), |
1055 |
PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), |
1056 |
PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), |
1056 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
1057 |
PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), |
1057 |
persona => C4::Context->preference("Persona"), |
1058 |
persona => C4::Context->preference("Persona"), |