]> ruin.nu Git - ndwebbie.git/commitdiff
don't use again
authorMichael Andreen <harv@ruin.nu>
Sat, 6 Jan 2007 14:30:34 +0000 (14:30 +0000)
committerMichael Andreen <harv@ruin.nu>
Sat, 6 Jan 2007 14:30:34 +0000 (14:30 +0000)
ND/Web/AuthHandler.pm

index 45428d8f676f1548e8f039053a46985c99930105..60204b0e8171e7a4e56826607469787480dbe65a 100644 (file)
@@ -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();