- 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.
32 lines
839 B
PHP
32 lines
839 B
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit7f2bb9461d46d1297213fea19f9e30a1
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'C' =>
|
|
array (
|
|
'CeneoTrustedReviews\\' => 20,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'CeneoTrustedReviews\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit7f2bb9461d46d1297213fea19f9e30a1::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit7f2bb9461d46d1297213fea19f9e30a1::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|