package Apache::simpleauthen; use strict; use Apache::Constants qw(:common); use Apache::lonnet; sub handler { my ($r) = @_; return FORBIDDEN; } 1;