2014-06-02 18:36:24 +04:00

10 lines
253 B
PHP

<?php
include(dirname(__FILE__). '/../../config/config.inc.php');
include(dirname(__FILE__). '/../../init.php');
include(dirname(__FILE__). '/intarocrm.php');
header("Content-type: text/html");
$export = new IntaroCRM();
echo $export->orderHistory();