NAME
OpenFrame::Slot::NoImages - Decline serving image files
SYNOPSIS
# as part of the SLOTS entry in OpenFrame::Config:
{
dispatch => 'Local',
name => 'OpenFrame::Slot::NoImages',
},
DESCRIPTION
OpenFrame::Slot::NoImages
is an OpenFrame slot that declines handling images. It takes the path from the OpenFrame::AbstractRequest
and returns a declining response if the file is not a .html file.
AUTHOR
James A. Duncan <jduncan@fotango.com>
COPYRIGHT
Copyright (C) 2001, Fotango Ltd.
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.