removed debug
This commit is contained in:
parent
0cb3623d6f
commit
bd0d09db5a
1 changed files with 0 additions and 1 deletions
|
|
@ -169,7 +169,6 @@ sub handler {
|
|||
|
||||
# handle basic auth
|
||||
my $auth = $request->headers_in->{'Authorization'};
|
||||
warn "auth: ".$auth;
|
||||
if ($auth =~ m/^Basic/) { # machine oriented
|
||||
# Get username and password from Apache and hand over to authen
|
||||
$auth =~ s/Basic //;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue