Subversion Repositories web.mantis

Rev

Blame | Last modification | View Log | Download

## no access to this folder

# Apache 2.4
<IfModule mod_authz_core.c>
  Require all denied
</IfModule>

# Apache 2.2
<IfModule !mod_authz_core.c>
  Order Allow,Deny
  Deny from all
</IfModule>