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

version 1.76, 2006/07/24 17:25:48 version 1.77, 2006/08/18 17:44:44
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='http://'.$host_name;      my $otherserver=
    ($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.76  
changed lines
  Added in v.1.77


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