mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-01-23 19:21:44 +03:00
25158bc2c2
update: admin/view/template/extension/module/retailcrm.tpl update: system/cron/export.php
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"); |