mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
7 lines
111 B
Bash
7 lines
111 B
Bash
export VTE_ROOTDIR=`dirname "$0"`/..
|
|
export USE_PHP=php
|
|
|
|
cd $VTE_ROOTDIR
|
|
|
|
$USE_PHP -f cron/CleanLogs.php
|