From 6ce1e13dc0a6bbd0e7e96f26a9609fa7c14f668a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 30 Jul 2021 14:19:02 +0200 Subject: [PATCH] Bug 28785: Don't send SessionRestrictionByIP to template It's not used. --- C4/Auth.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 197101a7192..bdba96a1901 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1291,7 +1291,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, -- 2.20.1