Diff for /loncom/auth/lonlogin.pm between versions 1.77 and 1.78

version 1.77, 2006/08/18 17:44:44 version 1.78, 2006/08/18 20:24:53
Line 163  ENDFAILED Line 163  ENDFAILED
     my $userloadpercent=&Apache::lonnet::userload();      my $userloadpercent=&Apache::lonnet::userload();
   
 # ------------------------------------------------------- Do the load balancing  # ------------------------------------------------------- Do the load balancing
     my $otherserver=      my $otherserver= &Apache::loncommon::absolute_url($host_name);
  ($ENV{'SERVER_PORT'} == 443?'https://':'HTTP://').$host_name;  
     my $firsturl=      my $firsturl=
     ($env{'request.firsturl'}?$env{'request.firsturl'}:$env{'form.firsturl'});      ($env{'request.firsturl'}?$env{'request.firsturl'}:$env{'form.firsturl'});
 # ---------------------------------------- Are we access server and overloaded?  # ---------------------------------------- Are we access server and overloaded?

Removed from v.1.77  
changed lines
  Added in v.1.78


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