Return to lonracc.pm CVS log | Up to [LON-CAPA] / loncom / auth |
version 1.9, 2003/05/27 18:07:22 | version 1.10, 2003/05/27 18:31:31 |
---|---|
Line 86 sub handler { | Line 86 sub handler { |
} | } |
if ($return == FORBIDDEN) { | if ($return == FORBIDDEN) { |
$r->log_reason(join(':',@ids)." not subscribed", $r->filename); | $r->log_reason(join(':',@ids)." not subscribed", $r->filename); |
return FORBIDDEN; | |
} | } |
} | } |
$r->log_reason("Invalid request for file transfer from $reqhost", | $r->log_reason("Invalid request for file transfer from $reqhost", |