From: miker Date: Mon, 2 Oct 2006 05:48:53 +0000 (+0000) Subject: allow login when no cookie is present X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9951b4ff08a2b17a5264c224b5a803d0949128f5;p=evergreen%2Fpines.git allow login when no cookie is present git-svn-id: svn://svn.open-ils.org/ILS/trunk@6336 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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;