Files
masimmo.pl/modules/omnibuseufree/vendor/.htaccess
Jacek Pyziak cc9a2c2285 Add initial module files and templates for Omnibus EU Free
- Created new image file for YouTube logo.
- Added index.php files for views and templates with license notice and redirection.
- Implemented back.js for page reload functionality with a button.
- Developed configure.tpl for admin configuration panel with documentation links.
- Created products-price-list.tpl for displaying product price data in a table format.
- Added presta_studio_omnibus_price.tpl for displaying price history information.
- Established hook templates for integration with PrestaShop.
2026-03-05 00:08:06 +01:00

11 lines
170 B
ApacheConf

# 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>