Robot
60e9e3b32d
First release of Sermon Distributor towards Joomla 5. Add PHP check to install/update class. Add Database check and fix to install/update class.
10 lines
150 B
ApacheConf
10 lines
150 B
ApacheConf
# 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>
|