Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1030 and 1.1031

version 1.1030, 2009/10/08 19:54:31 version 1.1031, 2009/10/19 02:15:33
Line 9114  sub clutter { Line 9114  sub clutter {
  || $thisfn =~ m{^/adm/(includes|pages)} ) {    || $thisfn =~ m{^/adm/(includes|pages)} ) { 
        $thisfn='/res'.$thisfn;          $thisfn='/res'.$thisfn; 
     }      }
     if ($thisfn !~m|/adm|) {      if ($thisfn !~m|^/adm|) {
  if ($thisfn =~ m|/ext/|) {   if ($thisfn =~ m|^/ext/|) {
     $thisfn='/adm/wrapper'.$thisfn;      $thisfn='/adm/wrapper'.$thisfn;
  } else {   } else {
     my ($ext) = ($thisfn =~ /\.(\w+)$/);      my ($ext) = ($thisfn =~ /\.(\w+)$/);

Removed from v.1.1030  
changed lines
  Added in v.1.1031


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