%# Forbid direct access in this directory -- everything goes thru dhandler
<%INIT>
$r->content_type('text/html; charset=UTF-8');
$m->abort(403);
</%INIT>
<%FLAGS>
inherit	=> undef
</%FLAGS>
