acf
This commit is contained in:
11
media/plg_system_nrframework/data/.htaccess
Normal file
11
media/plg_system_nrframework/data/.htaccess
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
# Block direct PHP access
|
||||
<Files *.php>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Deny from all
|
||||
</IfModule>
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
</Files>
|
||||
|
||||
Reference in New Issue
Block a user