Skip to main content

Need help Api addcron not work (port 2082)

Comments

1 comment

  • KostonConsulting
    Hello, The $args array needs to be an associative array with the argument names like so: $args = array('command' => 'php /home/myuser/public_html/CronTask.php >/dev/null 2>&1', 'day' => '*', 'hour' => '*', 'minute' -> '*', 'month' => '*', 'weekday' => '*' );
    0

Please sign in to leave a comment.