| Current Path : /var/www/html/plugins/system/akwarn/ |
| Current File : /var/www/html/plugins/system/akwarn/.htaccess |
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
<RequireAll>
Require all denied
</RequireAll>
</IfModule>