Home
last modified time | relevance | path

Searched refs:rcObjectId (Results 1 – 1 of 1) sorted by last modified time

/plugin/runcommand/
H A Dpostaction.php35 $rcObjectId=$_POST['rcObjectId']; variable
37 $command=$_POST['command'.$rcObjectId];
38 $outputType=$_POST['outputType'.$rcObjectId];
40 if ($element == 'command'.$rcObjectId) continue;
41 if ($element == 'outputType'.$rcObjectId) continue;
44 $baseElement = preg_replace('/'.$rcObjectId.'$/', '', $element);