Diff for /loncom/auth/lontokacc.pm between versions 1.7 and 1.8

version 1.7, 2002/10/21 19:15:10 version 1.8, 2003/08/01 15:46:10
Line 32  use strict; Line 32  use strict;
 use Apache::Constants qw(:common :remotehost);  use Apache::Constants qw(:common :remotehost);
 use Apache::lonnet();  use Apache::lonnet();
 use Apache::File();  use Apache::File();
 use Data::Dumper;  
   
 sub handler {  sub handler {
     my $r = shift;      my $r = shift;

Removed from v.1.7  
changed lines
  Added in v.1.8


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