Download module "ps_searchbar"

This commit is contained in:
Roman Pyrih
2025-11-12 12:48:11 +01:00
parent cd823a3b8c
commit e709fc0cb5
31 changed files with 3656 additions and 0 deletions

10
modules/ps_searchbar/vendor/.htaccess vendored Normal file
View 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>