[BACK]Return to cvsweb.cgi CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/cvsweb.cgi between version 1.17 and 1.18

version 1.17, 1998/05/05 16:05:32 version 1.18, 1998/05/08 10:14:10
Line 174  if (-d $fullname) {
Line 174  if (-d $fullname) {
             if ($_ eq '.') {              if ($_ eq '.') {
                 next;                  next;
             }              }
               next if $_ eq '#cvs.lock';
   
             if (s|^Attic/||) {              if (s|^Attic/||) {
                 $attic = " (in the Attic)";                  $attic = " (in the Attic)";
             } else {              } else {

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb