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:
12
modules/x13googlemerchant/config_pl.xml
Normal file
12
modules/x13googlemerchant/config_pl.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<module>
|
||||
<name>x13googlemerchant</name>
|
||||
<displayName><![CDATA[Google merchant XML]]></displayName>
|
||||
<version><![CDATA[1.5.10]]></version>
|
||||
<description><![CDATA[Umożliwia eksport produktów sklepu do pliku XML dla Google Merchant Center.]]></description>
|
||||
<author><![CDATA[x13.pl]]></author>
|
||||
<tab><![CDATA[export]]></tab>
|
||||
<is_configurable>1</is_configurable>
|
||||
<need_instance>1</need_instance>
|
||||
<limited_countries></limited_countries>
|
||||
</module>
|
||||
Reference in New Issue
Block a user