From 9b4e596d88489bed7b29c6edbf64f73f90d45843 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 4 Sep 2020 14:57:49 -0400 Subject: [PATCH] example configs cont. Signed-off-by: Bill Erickson --- Open-ILS/examples/apache_24/eg_startup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/apache_24/eg_startup.in b/Open-ILS/examples/apache_24/eg_startup.in index 7899ad8f3e..13f95f29a8 100755 --- a/Open-ILS/examples/apache_24/eg_startup.in +++ b/Open-ILS/examples/apache_24/eg_startup.in @@ -19,7 +19,7 @@ use OpenILS::WWW::RemoteAuth ('@sysconfdir@/opensrf_core.xml', 'OpenILS::WWW::Re # Pass second argument of '1' to enable template caching. use OpenILS::WWW::PrintTemplate ('@sysconfdir@/opensrf_core.xml', 0); -use OpenILS::WWW::SIP2Gateway ('@sysconfdir@/opensrf_core.xml'); +use OpenILS::WWW::SIP2Mediator ('@sysconfdir@/opensrf_core.xml'); # - Uncomment the following 2 lines to make use of the IP redirection code # - The IP file should to contain a map with the following format: -- 2.11.0