Diff for /loncom/auth/lonlogout.pm between versions 1.37.4.1 and 1.38.8.1

version 1.37.4.1, 2009/09/23 13:20:38 version 1.38.8.1, 2009/12/06 19:41:34
Line 103  sub handler { Line 103  sub handler {
    $switch);     $switch);
     } else {      } else {
  $start_page=&Apache::loncommon::start_page('Logged Out',undef,   $start_page=&Apache::loncommon::start_page('Logged Out',undef,
    {'no_inline_link' => 1,});                             {'no_inline_link' => 1,
                               'no_nav_bar'     => 1,});
   
         $relogmessage.='<h1>'.&mt('Goodbye').'</h1>'          $relogmessage.='<h1>'.&mt('Goodbye').'</h1>'
                       .'<p>'.&mt('Thank you for using LON-CAPA.').'</p>';                        .'<p>'.&mt('Thank you for using LON-CAPA.').'</p>';
Line 136  Due to security reasons in new web brows Line 137  Due to security reasons in new web brows
                                '<a href="/">','</a>')                                 '<a href="/">','</a>')
                              .'</p>';                               .'</p>';
   
   
         }          }
  my $domain = $env{'user.domain'};   my $domain = $env{'user.domain'};
         if ($env{'request.sso.login'}          if ($env{'request.sso.login'}

Removed from v.1.37.4.1  
changed lines
  Added in v.1.38.8.1


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