mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-26 07:06:06 +03:00
c724392c36
Plugin's deliveries ICML export Order export
4 lines
144 B
PHP
4 lines
144 B
PHP
<?php
|
|
$cli_action = 'extension/module/retailcrm/export';
|
|
require_once('dispatch.php');
|
|
$file = fopen(DIR_SYSTEM . '/cron/export_done.txt', "x"); |