From 2bbc2db5b259ad8cf3dfa7568eab71e084e2bf13 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 13 Sep 2011 13:42:01 -0400 Subject: [PATCH] Remove unused reference to oils_web.xml in startup.pl TODO: give EGCatLoader child_init-like functionality to connect to opensrf to address the (unlikely) case that EGWeb/EGCatLoader are the first/only mod_perl handlers loaded on an Evergreen Apache server. Signed-off-by: Bill Erickson --- Open-ILS/examples/apache/startup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/apache/startup.pl b/Open-ILS/examples/apache/startup.pl index f82844717f..613ffa6071 100755 --- a/Open-ILS/examples/apache/startup.pl +++ b/Open-ILS/examples/apache/startup.pl @@ -6,7 +6,7 @@ use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml ); use OpenILS::WWW::Proxy ('/openils/conf/opensrf_core.xml'); use OpenILS::WWW::Vandelay qw( /openils/conf/opensrf_core.xml ); use OpenILS::WWW::TemplateBatchBibUpdate qw( /openils/conf/opensrf_core.xml ); -use OpenILS::WWW::EGWeb ('/openils/conf/oils_web.xml'); +use OpenILS::WWW::EGWeb; use OpenILS::WWW::PasswordReset ('/openils/conf/opensrf_core.xml'); use OpenILS::WWW::IDL2js ('/openils/conf/opensrf_core.xml'); -- 2.11.0