Diff for /loncom/auth/loncacc.pm between versions 1.6 and 1.7

version 1.6, 2000/06/05 20:28:17 version 1.7, 2000/07/01 17:57:01
Line 8  package Apache::loncacc; Line 8  package Apache::loncacc;
   
 use strict;  use strict;
 use Apache::Constants qw(:common :http);  use Apache::Constants qw(:common :http);
   use Apache::File;
 use CGI::Cookie();  use CGI::Cookie();
   
 sub handler {  sub handler {

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


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