Diff for /db/prgsrc/counter7.pl between versions 1.1 and 1.2

version 1.1, 2001/12/31 18:05:16 version 1.2, 2001/12/31 18:11:52
Line 2 Line 2
 $wait=3;  $wait=3;
 $cfile  = 'counts/count7.txt';  $cfile  = 'counts/count7.txt';
 open STDERR, ">errors";  open STDERR, ">errors";
 $lockdir="c:/html/countdir/";  $lockdir="counts/";
 $l = lc $ENV{'DOCUMENT_NAME'};  $l = lc $ENV{'DOCUMENT_NAME'};
 $header="Content-Type: text/html\n\n";  $header="Content-Type: text/html\n\n";
 &lockfile && (print $header.'?? раз', exit);  &lockfile && (print $header.'?? раз', exit);

Removed from v.1.1  
changed lines
  Added in v.1.2


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