CMS  Version 3.9
run.php File Reference

Go to the source code of this file.

Variables

if(php_sapi_name() !="cli") $home = $argv[1]
 
 $id = $argv[2]
 
 $action = $argv[3]
 
 $user_id = $argv[4]
 
 $mgr = new UserManager()
 
 $process = new ProcessManager($id)
 
 $customLog = Settings::getValue("process", "background_process_log_file")
 

Variable Documentation

◆ $action

$action = $argv[3]

Definition at line 41 of file run.php.

◆ $customLog

$customLog = Settings::getValue("process", "background_process_log_file")

Definition at line 58 of file run.php.

◆ $home

if (php_sapi_name() !="cli") $home = $argv[1]

Definition at line 39 of file run.php.

◆ $id

$id = $argv[2]

Definition at line 40 of file run.php.

◆ $mgr

$mgr = new UserManager()

Definition at line 51 of file run.php.

◆ $process

$process = new ProcessManager($id)

Definition at line 54 of file run.php.

◆ $user_id

$user_id = $argv[4]

Definition at line 42 of file run.php.