# The offer link and the admin password hash live here. Nothing in this directory
# should ever be reachable over HTTP — only PHP reads these files.
<IfModule mod_authz_core.c>
  Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
  Order allow,deny
  Deny from all
</IfModule>
