Merge branch 'v.1.5.x' of github.com:intarocrm/opencart-module into v.1.5.x

This commit is contained in:
Alex Lushpai 2014-09-03 13:07:08 +04:00
commit fe6779e567

View File

@ -68,5 +68,5 @@ Add this lines into:
Setup cron job for exchange between CRM & your shop Setup cron job for exchange between CRM & your shop
``` ```
*/5 * * * * /usr/bin/php /path/to/opencart/cli/cli_export.php >> /path/to/opencart/system/logs/cronjob_history.log 2>&1 */5 * * * * /usr/bin/php /path/to/opencart/cli/cli_history.php >> /path/to/opencart/system/logs/cronjob_history.log 2>&1
``` ```