Diff for /loncom/auth/lonacc.pm between versions 1.159.2.9 and 1.159.2.10

version 1.159.2.9, 2020/03/06 20:17:52 version 1.159.2.10, 2020/05/02 20:39:07
Line 592  sub handler { Line 592  sub handler {
   
 # ---------------------------------------------------------------- Check access  # ---------------------------------------------------------------- Check access
  my $now = time;   my $now = time;
  if ($requrl !~ m{^/(?:adm|public|prtspool)/}   if ($requrl !~ m{^/(?:adm|public|(?:prt|zip)spool)/}
     || $requrl =~ /^\/adm\/.*\/(smppg|bulletinboard)(\?|$ )/x) {      || $requrl =~ /^\/adm\/.*\/(smppg|bulletinboard)(\?|$ )/x) {
     my $access=&Apache::lonnet::allowed('bre',$requrl);      my $access=&Apache::lonnet::allowed('bre',$requrl);
             if ($handle eq '') {              if ($handle eq '') {

Removed from v.1.159.2.9  
changed lines
  Added in v.1.159.2.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>