Return to lonhttpd CVS log | Up to [LON-CAPA] / loncom |
version 1.3, 2002/10/30 14:25:33 | version 1.4, 2002/10/30 15:32:33 |
---|---|
Line 337 while (<STDIN>) { | Line 337 while (<STDIN>) { |
# | # |
# Heavily customized for LON-CAPA | # Heavily customized for LON-CAPA |
# | # |
$address=~s/\/+/\//g; | |
unless ($address=~/^\/(status|adm\/|res\/adm\/)/) { $fail=1; } | unless ($address=~/^\/(status|adm\/|res\/adm\/)/) { $fail=1; } |
# | # |
# because existing restriction matrix would not do precedence across rules | # because existing restriction matrix would not do precedence across rules |