diff --git a/rbac/engine/methods/controls/buscador.php b/rbac/engine/methods/controls/buscador.php deleted file mode 100755 index 933f368c5..000000000 --- a/rbac/engine/methods/controls/buscador.php +++ /dev/null @@ -1,50 +0,0 @@ -. - * - * For more information, contact Colosa Inc, 2566 Le Jeune Rd., - * Coral Gables, FL, 33134, USA, or email info@colosa.com. - * - */ - $frm = $HTTP_GET_VARS; - -?> - -

demo de buscador

-
- - -Buscador tipo :
- - - -
- curso -
-
-
- - - diff --git a/workflow/engine/includes/inc.JSForms.php b/workflow/engine/includes/inc.JSForms.php deleted file mode 100755 index 0976c4c11..000000000 --- a/workflow/engine/includes/inc.JSForms.php +++ /dev/null @@ -1,134 +0,0 @@ -. - * - * 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); - -?> - - \ No newline at end of file