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>
|
||||
|
||||
1
media/plg_system_nrframework/data/extensions.json
Normal file
1
media/plg_system_nrframework/data/extensions.json
Normal file
@ -0,0 +1 @@
|
||||
{"acf":{"install_date":"2024-12-30 13:58:37"}}
|
||||
1
media/plg_system_nrframework/data/index.html
Normal file
1
media/plg_system_nrframework/data/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
||||
Reference in New Issue
Block a user