Add index.php file to googlemerchant XML module with redirect headers
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.
This commit is contained in:
8
modules/x13googlemerchant/translations/pl.php
Normal file
8
modules/x13googlemerchant/translations/pl.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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';
|
||||
Reference in New Issue
Block a user