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

version 1.11, 2003/09/17 23:50:18 version 1.12, 2003/09/23 00:26:10
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

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


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