CMS  Version 3.9
run_task.inc File Reference

Go to the source code of this file.

Variables

if(!checkRole("admin")) $task_id = checkNumeric($_GET["task_id"])
 
if(! $task_id) $task = new ScheduledTask($task_id)
 

Variable Documentation

◆ $task

if (! $task_id) $task = new ScheduledTask($task_id)

Definition at line 15 of file run_task.inc.

◆ $task_id

if (!checkRole("admin")) $task_id = checkNumeric($_GET["task_id"])

Definition at line 9 of file run_task.inc.