2024.8.23
|
Go to the source code of this file.
Variables | |
$proc = Util::cleanPostVar('proc', 'text') | |
$procs | |
if(in_array($proc, $procs)) | else |
$proc = Util::cleanPostVar('proc', 'text') |
Definition at line 43 of file ajax.php.
Referenced by ActionExt\__construct(), Win32Ps\findByPath(), Win32Ps\findByPid(), Win32Ps\killBins(), ActionStartup\killOldInstances(), and ActionStartup\processWindow().
$procs |
Include the root configuration file. This file is expected to set up the environment and include necessary configurations.
An array of valid process names that can be included.
Definition at line 19 of file ajax.php.
Referenced by Win32Ps\findByPath(), Win32Ps\findByPid(), and Win32Ps\killBins().
if (in_array( $proc, $procs)) else |