Return to checkauthen.pm CVS log | Up to [LON-CAPA] / loncom / auth |
version 1.10, 2006/11/23 01:49:41 | version 1.11, 2007/04/11 21:36:58 |
---|---|
Line 36 use Apache::lonnet; | Line 36 use Apache::lonnet; |
sub handler { | sub handler { |
my ($r) = @_; | my ($r) = @_; |
if (&Apache::lonnet::is_domainimage($r->uri)) { | |
return OK; | |
} | |
if ($r->auth_type() ne 'LONCAPA') { | if ($r->auth_type() ne 'LONCAPA') { |
return DECLINED; | return DECLINED; |
} | } |