--- loncom/auth/blockedaccess.pm 2006/12/11 14:06:04 1.1 +++ loncom/auth/blockedaccess.pm 2006/12/11 18:59:21 1.2 @@ -27,7 +27,6 @@ package Apache::blockedaccess; use strict; -use lib '/home/httpd/lib/perl/'; use Apache::Constants qw(:common :http REDIRECT); use Apache::lonnet; use Apache::loncommon(); @@ -37,7 +36,7 @@ sub handler { my $r = shift; my $origurl = $r->uri; my ($type,$udom,$uname,$file_name,$group) = - &Apache::lonnet::parse_portfolio_url($origurl); + &Apache::lonnet::parse_portfolio_url($origurl); &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only;