--- loncom/auth/blockedaccess.pm 2006/12/11 14:06:04 1.1 +++ loncom/auth/blockedaccess.pm 2009/02/13 17:20:26 1.3 @@ -1,6 +1,8 @@ # The LearningOnline Network # Information about blocking status for Portfolio files # +# $Id: blockedaccess.pm,v 1.3 2009/02/13 17:20:26 bisitz Exp $ +# # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -27,7 +29,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 +38,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;