Diff for /loncom/interface/loncss.pm between versions 1.7 and 1.8

version 1.7, 2007/10/02 01:10:27 version 1.8, 2010/08/31 15:07:19
Line 47  sub handler { Line 47  sub handler {
     $r->content_type('text/css');      $r->content_type('text/css');
     my $date=strftime("%a, %d %b %Y %H:%M:%S GMT",gmtime(time+86400));      my $date=strftime("%a, %d %b %Y %H:%M:%S GMT",gmtime(time+86400));
     $r->header_out("Expires" => $date);      $r->header_out("Expires" => $date);
       $r->header_out->add("Cache-Control" =>  "public, no-transform");
           
     my $handle = &Apache::lonnet::check_for_valid_session($r);      my $handle = &Apache::lonnet::check_for_valid_session($r);
     if ($handle ne '' ) {      if ($handle ne '' ) {

Removed from v.1.7  
changed lines
  Added in v.1.8


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