Diff for /loncom/auth/publiccheck.pm between versions 1.12 and 1.13

version 1.12, 2006/12/11 14:06:04 version 1.13, 2007/01/24 19:39:22
Line 37  use Apache::lonlocal; Line 37  use Apache::lonlocal;
 use CGI::Cookie();  use CGI::Cookie();
 use Fcntl qw(:flock);  use Fcntl qw(:flock);
 use Apache::lonacc();  use Apache::lonacc();
   use LONCAPA();
   
 sub handler {  sub handler {
     my $r = shift;      my $r = shift;

Removed from v.1.12  
changed lines
  Added in v.1.13


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