2016-08-31 17:28:11 +03:00
|
|
|
<?php
|
2017-03-22 11:51:48 +03:00
|
|
|
$cli_action = 'extension/module/retailcrm/export';
|
2016-08-31 17:28:11 +03:00
|
|
|
require_once('dispatch.php');
|
2017-04-07 11:58:04 +03:00
|
|
|
$file = fopen(DIR_SYSTEM . '/cron/export_done.txt', "x");
|