--- loncom/auth/lonauth.pm 2003/01/16 01:37:26 1.34 +++ loncom/auth/lonauth.pm 2003/01/31 21:46:36 1.35 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.34 2003/01/16 01:37:26 www Exp $ +# $Id: lonauth.pm,v 1.35 2003/01/31 21:46:36 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -165,8 +165,9 @@ sub success { $cookie="lonID=$cookie; path=/"; # -------------------------------------------------------- Menu script and info my $windowinfo=&Apache::lonmenu::open($clientos); -# ------------------------------------------------------------- Info for Remote - my $configmenu=&Apache::lonmenu::rawconfig($r); + my $startupremote=&Apache::lonmenu::startupremote($lowerurl); + my $setflags=&Apache::lonmenu::setflags(); + my $maincall=&Apache::lonmenu::maincall(); # ------------------------------------------------- Output for successful login $r->send_cgi_header(< Successful Login to the LearningOnline Network with CAPA - +$startupremote - +$setflags $windowinfo

Welcome!

Welcome to the LearningOnline Network with CAPA. Please wait while your session is being set up.

Problems?

- +$maincall ENDSUCCESS