mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +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(); |