From b47d7110f164227e84f83918a1722d4298997db5 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. Signed-off-by: Owen Leonard --- C4/Auth.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index a8483b87c5..e732a33869 100644 --- a/C4/Auth.pm +++ b/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, -- 2.20.1