This commit introduces a new index.php file in the googlemerchant XML module. The file contains headers to prevent caching and redirects users to the parent directory. This is part of the module's structure to ensure proper access control and user experience.
9 lines
601 B
PHP
9 lines
601 B
PHP
<?php
|
|
|
|
global $_MODULE;
|
|
$_MODULE = array();
|
|
$_MODULE['<{x13googlemerchant}prestashop>x13googlemerchant.core_c59147ee3f94b74dcdf50b2e30d2a28e'] = 'Niepoprawna licencja';
|
|
$_MODULE['<{x13googlemerchant}prestashop>x13googlemerchant.core_645a8f5e684d30d8fbd0bfe119a38e4b'] = 'Nieprawidłowa licencja lub domena';
|
|
$_MODULE['<{x13googlemerchant}prestashop>x13googlemerchant.core_2551177e854b13489a7e44c68c73efd1'] = 'Licencja wygasła';
|
|
$_MODULE['<{x13googlemerchant}prestashop>x13googlemerchant.core_40f1f1582f7b97c35280276271fbeb81'] = 'Nowa wersja modułu %s jest już dostępna! - pobierz ją z x13.pl';
|