Diff for /loncom/auth/lonlogin.pm between versions 1.16 and 1.18

version 1.16, 2002/05/23 20:00:11 version 1.18, 2002/05/25 22:15:03
Line 50  sub handler { Line 50  sub handler {
     &Apache::loncommon::get_unprocessed_cgi      &Apache::loncommon::get_unprocessed_cgi
                          ($ENV{'QUERY_STRING'},['interface']);                           ($ENV{'QUERY_STRING'},['interface']);
   
       $ENV{'form.interface'}=~s/\W//g;
   
     my $fullgraph=($ENV{'form.interface'} ne 'textual');      my $fullgraph=($ENV{'form.interface'} ne 'textual');
   
     my $iconpath= $r->dir_config('lonIconsURL');      my $iconpath= $r->dir_config('lonIconsURL');
Line 149  ENDSCRIPT Line 151  ENDSCRIPT
   <form name="server" action="$otherserver/adm/authenticate" method="post" target="_top">    <form name="server" action="$otherserver/adm/authenticate" method="post" target="_top">
    <input type=hidden name=logtoken value="$logtoken">     <input type=hidden name=logtoken value="$logtoken">
    <input type=hidden name=serverid value="$lonhost">     <input type=hidden name=serverid value="$lonhost">
      <input type=hidden name=interface value="$ENV{'form.interface'}">
    <input type=hidden name=uname value="">     <input type=hidden name=uname value="">
    <input type=hidden name=upass value="">     <input type=hidden name=upass value="">
    <input type=hidden name=udom value="">     <input type=hidden name=udom value="">

Removed from v.1.16  
changed lines
  Added in v.1.18


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