swapping out the reporter proxy for the generic proxy
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 18 Aug 2007 08:14:22 +0000 (08:14 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 18 Aug 2007 08:14:22 +0000 (08:14 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7705 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/apache/startup.pl

index f6d46ba..fdd2fec 100644 (file)
@@ -3,7 +3,7 @@ use lib qw( /openils/lib/perl5 );
 use OpenILS::WWW::Exporter qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::SuperCat qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml );
-use OpenILS::Reporter::Proxy ('/openils/conf/opensrf_core.xml');
+use OpenILS::WWW::Proxy ('/openils/conf/opensrf_core.xml');