mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 19:53:19 +03:00
9 lines
252 B
PHP
9 lines
252 B
PHP
|
<?php
|
||
|
include(dirname(__FILE__). '/../../config/config.inc.php');
|
||
|
include(dirname(__FILE__). '/../../init.php');
|
||
|
include(dirname(__FILE__). '/intarocrm.php');
|
||
|
|
||
|
header("Content-type: text/xml");
|
||
|
|
||
|
$export = new IntaroCRM();
|
||
|
echo $export->exportCatalog();
|