--- loncom/interface/lonmeta.pm 2004/01/04 00:28:22 1.57 +++ loncom/interface/lonmeta.pm 2004/01/15 20:22:47 1.59 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.57 2004/01/04 00:28:22 www Exp $ +# $Id: lonmeta.pm,v 1.59 2004/01/15 20:22:47 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -434,7 +434,30 @@ sub handler { my $uri=$r->uri; - unless ($uri=~/^\/\~/) { +# ====================================================== Looking for all bombs? + if ($uri=~/\/adm\/bombs\/(.*)$/) { +# ----------------------------------------------------------- Set document type + $uri=&Apache::lonnet::declutter($1); + &Apache::loncommon::content_type($r,'text/html'); + $r->send_http_header; + + return OK if $r->header_only; + $r->print(&Apache::loncommon::bodytag('Error Messages')); + $r->print('