Diff for /loncom/auth/lonlogout.pm between versions 1.11 and 1.13

version 1.11, 2003/09/17 23:50:18 version 1.13, 2004/07/21 20:19:01
Line 71  sub handler { Line 71  sub handler {
                                  $sessionhash{'user.name'},                                   $sessionhash{'user.name'},
                                  $sessionhash{'user.home'},                                   $sessionhash{'user.home'},
                                  "Logout $ENV{'REMOTE_ADDR'}");                                   "Logout $ENV{'REMOTE_ADDR'}");
             $r->content_type('text/html');              &Apache::loncommon::content_type($r,'text/html');
             $r->send_http_header;              $r->send_http_header;
             return OK if $r->header_only;              return OK if $r->header_only;
 # -------------------------------------------------------- Menu script and info  # -------------------------------------------------------- Menu script and info
   
     my $windowinfo=&Apache::lonmenu::close();      my $windowinfo=&Apache::lonmenu::close();
       $windowinfo.=&Apache::lonnavmaps::close();
 # ---------------------------------------------------------------- Get handover  # ---------------------------------------------------------------- Get handover
     &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['handover']);      &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['handover']);
     my $switch='';      my $switch='';

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


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