Return to lonshibauth.pm CVS log | Up to [LON-CAPA] / loncom / auth |
version 1.1, 2012/03/05 20:51:29 | version 1.2, 2013/01/04 01:37:02 |
---|---|
Line 67 package Apache::lonshibauth; | Line 67 package Apache::lonshibauth; |
use strict; | use strict; |
use lib '/home/httpd/lib/perl/'; | use lib '/home/httpd/lib/perl/'; |
use Apache::Constants qw(:common); | use Apache::Constants qw(:common REDIRECT); |
use LONCAPA qw(:DEFAULT); | use LONCAPA qw(:DEFAULT); |
sub handler { | sub handler { |