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

Diff for /cvsweb/cvsweb.cgi between version 3.5 and 3.6

version 3.5, 2000/07/28 19:38:26 version 3.6, 2000/07/28 21:38:45
Line 161  $maycompress =(($ENV{HTTP_ACCEPT_ENCODING} =~ m`gzip`
Line 161  $maycompress =(($ENV{HTTP_ACCEPT_ENCODING} =~ m`gzip`
 # to hold our state - they will be added (with  # to hold our state - they will be added (with
 # their current value) to any link/query string  # their current value) to any link/query string
 # you construct  # you construct
 @stickyvars = qw(cvsroot hideattic sortby logsort fonly_with_tag);  @stickyvars = qw(cvsroot hideattic sortby logsort f only_with_tag);
   
 if (-f $config) {  if (-f $config) {
     do $config;      do $config;

Legend:
Removed from v.3.5  
changed lines
  Added in v.3.6

CVSweb