Cronjob

Does anyone has the command code for clearing cache on cs-cart via cronjob in cpanel?

Easiest is: rm -r public_html/var/cache

Or you can install our EZ Admin Helper which will give you the ability to run many different functions from cron (at whatever frequency you set). Things like:

- clear cache

- monitor file changes

- detect intrusions

- backup database

- truncate logs to some number of days (like 30 days)

And several other actions. Docs are at: https://ez-ms.com/docs/ez_maint.pdf

Product details page is at: https://ez-ms.com/ez-maint.html(docs are also in the attachments tab).

Thanks man...you save my time