From d95a7d627e158a2885e990ba53ff46b465c8570d Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 6 Jan 2007 14:30:34 +0000 Subject: [PATCH] don't use again --- ND/Web/AuthHandler.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/ND/Web/AuthHandler.pm b/ND/Web/AuthHandler.pm index 45428d8..60204b0 100644 --- a/ND/Web/AuthHandler.pm +++ b/ND/Web/AuthHandler.pm @@ -24,7 +24,6 @@ use warnings FATAL => 'all'; use ND::DB; use Apache2::Access (); -use again; sub handler { my $r = shift; @@ -36,7 +35,6 @@ sub handler { lower(username) = lower(?) AND password = MD5(?)},undef,$r->user,$sent_pw); $dbh->disconnect; if ($count == 1){ - do 'reload.pl'; return Apache2::Const::OK; } $r->note_basic_auth_failure(); -- 2.39.2