Diff for /loncom/auth/lonlogout.pm between versions 1.5 and 1.6

version 1.5, 2001/12/29 21:09:47 version 1.6, 2003/01/29 15:22:06
Line 76  sub handler { Line 76  sub handler {
 # -------------------------------------------------------- Menu script and info  # -------------------------------------------------------- Menu script and info
   
     my $windowinfo=&Apache::lonmenu::close();      my $windowinfo=&Apache::lonmenu::close();
   # ---------------------------------------------------------------- Get handover
       &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['handover']);
       my $switch='';
       if ($ENV{'form.handover'}) {
          $switch='<meta HTTP-EQUIV="Refresh" CONTENT="0.5; url='.
      $ENV{'form.handover'}.'">';
       }
 # --------------------------------------------------------------- Screen Output  # --------------------------------------------------------------- Screen Output
             $r->print(<<ENDDOCUMENT);              $r->print(<<ENDDOCUMENT);
 <html>  <html>
 <head><title>The LearningOnline Network with CAPA Logout</title></head>  <head><title>The LearningOnline Network with CAPA Logout</title>
   $switch
   </head>
 <body bgcolor="#FFFFFF">  <body bgcolor="#FFFFFF">
 $windowinfo  $windowinfo
 <h1>Goodbye!</h1></body>  <h1>Goodbye!</h1></body>

Removed from v.1.5  
changed lines
  Added in v.1.6


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