Diff for /loncom/cgi/decompress.pl between versions 1.13 and 1.14

version 1.13, 2005/04/07 06:56:21 version 1.14, 2005/05/25 22:31:51
Line 40  if(! &LONCAPA::loncgi::check_cookie_and_ Line 40  if(! &LONCAPA::loncgi::check_cookie_and_
 END  END
 } else {  } else {
     print "Content-type: text/html\n\n";      print "Content-type: text/html\n\n";
     my $file=$env{'cgi.file'};      my $file=$Apache::lonnet::env{'cgi.file'};
     my $dir=$env{'cgi.dir'};       my $dir=$Apache::lonnet::env{'cgi.dir'}; 
     if(! $file || ! $dir) {      if(! $file || ! $dir) {
         print <<END;          print <<END;
         <html><body>Bad Enviroment!</body></html>          <html><body>Bad Enviroment!</body></html>

Removed from v.1.13  
changed lines
  Added in v.1.14


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