![]() |
CMS
Version 3.9
|
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) |
if (! $task_id) $task = new ScheduledTask($task_id) |
Definition at line 15 of file run_task.inc.
if (!checkRole("admin")) $task_id = checkNumeric($_GET["task_id"]) |
Definition at line 9 of file run_task.inc.