$proc | " . Cpanel::Encoder::Tiny::safe_html_encode_str($name) . " | " . Cpanel::Encoder::Tiny::safe_html_encode_str($exe) . " | " . Cpanel::Encoder::Tiny::safe_html_encode_str($cwd) . " | " . Cpanel::Encoder::Tiny::safe_html_encode_str($cmd) . " |
";
}
}
}
return $output;
}
1;