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

Diff for /cvsweb/cvsweb.cgi between version 1.10 and 1.11

version 1.10, 1997/11/14 17:36:47 version 1.11, 1997/11/15 16:48:07
Line 30  require 'ctime.pl';
Line 30  require 'ctime.pl';
   
 $hsty_base = "";  $hsty_base = "";
 require 'cgi-style.pl';  require 'cgi-style.pl';
   #&get_the_source;
   
 %CVSROOT = (  %CVSROOT = (
             'freebsd', '/home/ncvs',              'freebsd', '/home/ncvs',
Line 89  if ($query = $ENV{'QUERY_STRING'}) {
Line 90  if ($query = $ENV{'QUERY_STRING'}) {
 }  }
   
   
   $config = '/usr/local/etc/cvsweb';
   do "$config" if -f $config;
   
 if ($input{'cvsroot'}) {  if ($input{'cvsroot'}) {
     if ($CVSROOT{$input{'cvsroot'}}) {      if ($CVSROOT{$input{'cvsroot'}}) {
Line 96  if ($input{'cvsroot'}) {
Line 99  if ($input{'cvsroot'}) {
         $cvsroot = $CVSROOT{"$cvstree"};          $cvsroot = $CVSROOT{"$cvstree"};
     }      }
 }  }
   do "$config-$cvstree" if -f "$config-$cvstree";
   
 $fullname = $cvsroot . '/' . $where;  $fullname = $cvsroot . '/' . $where;
 if (!-d $cvsroot) {  if (!-d $cvsroot) {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb