![]() |
Bearsampp 2025.8.29
|
Go to the source code of this file.
Variables | |
$proc = Util::cleanPostVar('proc', 'text') | |
$procMap | |
if(isset($procMap[$proc]) &&file_exists($procMap[$proc])) | 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(), ActionStartup\processWindow(), and ActionQuit\terminatePhpProcesses().
$procMap |
if (isset( $procMap[ $proc]) &&file_exists( $procMap[ $proc])) else |
Check if the cleaned 'proc' parameter exists in our secure mapping. If valid, include the corresponding AJAX handler file using the pre-defined path. If not valid, return a JSON error message.