- Created Html helper class for displaying information and translations. - Added index.php files for various directories to prevent direct access. - Implemented Polish translations for the module. - Set up upgrade scripts for future module updates. - Included Composer autoloading files and configurations. - Added template files for displaying header and order confirmation scripts. - Established .htaccess rules for security in vendor directory.
8 lines
178 B
PHP
8 lines
178 B
PHP
<?php
|
|
|
|
// autoload.php @generated by Composer
|
|
|
|
require_once __DIR__ . '/composer/autoload_real.php';
|
|
|
|
return ComposerAutoloaderInit7f2bb9461d46d1297213fea19f9e30a1::getLoader();
|