@@ -, +, @@ --- C4/Auth.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/Auth.pm +++ a/C4/Auth.pm @@ -1292,7 +1292,6 @@ sub checkauth { casAuthentication => C4::Context->preference("casAuthentication"), shibbolethAuthentication => $shib, suggestion => C4::Context->preference("suggestion"), - SessionRestrictionByIP => C4::Context->preference("SessionRestrictionByIP"), virtualshelves => C4::Context->preference("virtualshelves"), LibraryName => "" . C4::Context->preference("LibraryName"), LibraryNameTitle => "" . $LibraryNameTitle, --