From 5e06f2a7ba036cc3faf85abdd946459b29461faa 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 a8483b87c58..e732a338697 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