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