You are here

function _hosting_queues_clean_output in Hostmaster (Aegir) 6

Related topics

File

modules/hosting/hosting.queues.inc, line 207
This file defines an API for defining new queues.

Code

function _hosting_queues_clean_output($return) {
  return filter_xss($return, array());
}