joomla-component/libraries/vendor_getbible/htaccess.txt
Robot 4f4c13d13c
Release of v5.0.11
Moved all library classes away from default Namespace and Folder path to avoid collusion on outdated classes.
2024-04-06 15:20:14 +02:00

10 lines
150 B
Plaintext

# Apache 2.4+
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Apache 2.0-2.2
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>