From 9951b4ff08a2b17a5264c224b5a803d0949128f5 Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 2 Oct 2006 05:48:53 +0000 Subject: [PATCH] allow login when no cookie is present git-svn-id: svn://svn.open-ils.org/ILS/trunk@6336 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm b/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm index 2e277f3fe5..7ab997504d 100644 --- a/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm +++ b/Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm @@ -7,6 +7,7 @@ use Apache2::Const -compile => qw(OK NOT_FOUND DECLINED :log); use APR::Const -compile => qw(:error SUCCESS); use CGI; use Data::Dumper; +use Digest::MD5 qw/md5_hex/; use OpenSRF::EX qw(:try); use OpenSRF::System; -- 2.11.0