CodeExplorer getUserParams example
$regex[] =
$this->xssRegex;
} if (!
empty($config->rfi_protection
)) { $regex[] =
$this->rfiRegex;
} if (!
empty($config->own_filter
)) { $regex[] =
$config->own_filter;
} $regex = '#' .
implode('|',
$regex) . '#msi';
$userParams =
$request->
getUserParams();
$process =
[ &
$_GET, &
$_POST, &
$_COOKIE, &
$_REQUEST, &
$_SERVER, &
$userParams,
];
$route =
strtolower( implode( '/',
[$request->
getModuleName(),
$request->
getControllerName(),
$request->
getActionName()] ) );