. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ G::LoadSystem('inputfilter'); $filter = new InputFilter(); global $HTTP_SESSION_VARS; global $G_FORM; $HTTP_SESSION_VARS = $filter->xssFilterHard($HTTP_SESSION_VARS); $HTTP_GET_VARS = $filter->xssFilterHard($HTTP_GET_VARS); $_GET = $filter->xssFilterHard($_GET); $path = ''; $showFieldAjax = 'showFieldAjax.php'; $serverAjax = G::encryptLink($path.$showFieldAjax); $serverAjax = $filter->xssFilterHard($serverAjax); ?>