Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

14
upload/.htaccess Normal file
View File

@@ -0,0 +1,14 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
<FilesMatch "^[0-9a-f]{40}(_small)?$">
Order deny,allow
Deny from all
</FilesMatch>
</IfModule>
# Apache 2.4
<IfModule mod_authz_core.c>
<FilesMatch "^[0-9a-f]{40}(_small)?$">
Require all denied
</FilesMatch>
</IfModule>