# A part of Anti-Hammer, from corz.org..
#
# http://corz.org/serv/tools/anti-hammer/
#
# This directive denies access to this entire directory 
# (in Apache and compatible servers)
#
# Anti-Hammer runs as an auto_prepend; there is no need 
# to have access to the script from a web browser.
#

deny from all
