Initial commit: is_imageslider out of the box. v2.3.2
This commit is contained in:
10
is_imageslider/vendor/.htaccess
vendored
Normal file
10
is_imageslider/vendor/.htaccess
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# Apache 2.2
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</IfModule>
|
||||
|
||||
# Apache 2.4
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user