diff --git a/rbac/engine/includes/inc.JSForms.php b/rbac/engine/includes/inc.JSForms.php
deleted file mode 100644
index 1d173adea..000000000
--- a/rbac/engine/includes/inc.JSForms.php
+++ /dev/null
@@ -1,122 +0,0 @@
-
-/**
- * inc.JSForms.php
- *
- * ProcessMaker Open Source Edition
- * Copyright (C) 2004 - 2008 Colosa Inc.23
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
-
-global $HTTP_SESSION_VARS;
-global $G_FORM;
-$path = '';
-$showFieldAjax = 'showFieldAjax.php';
-
-$serverAjax = G::encryptLink($path.$showFieldAjax);
-
-?>
-
-
\ No newline at end of file
diff --git a/rbac/engine/includes/inc.ajax.php b/rbac/engine/includes/inc.ajax.php
deleted file mode 100644
index 91b72f575..000000000
--- a/rbac/engine/includes/inc.ajax.php
+++ /dev/null
@@ -1,91 +0,0 @@
-
-/**
- * inc.ajax.php
- *
- * ProcessMaker Open Source Edition
- * Copyright (C) 2004 - 2008 Colosa Inc.23
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
- *
- * For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
- * Coral Gables, FL, 33134, USA, or email info@colosa.com.
- *
- */
- define ('AJAX_PAGE', 1);
-
- function get_ajax_value ( $varName ) {
- $_result = '';
- if(isset($_GET[ $varName ]) || isset($_POST[ $varName ])) {
- $_result =(isset($_GET[ $varName ]))?$_GET[ $varName ]:$_POST[ $varName ];
- }
- //linea comentada porque cuando llegaba un valor cero, se convertia en la cadena nula
- //y eso provocaba muchos problemas....
- //$_result =(isset($_result) and !empty($_result)) ? $_result : "";
- $_result =(isset($_result) ) ? $_result : NULL;
- return $_result;
- }
-
- function ajax_show_xmlform ( $xmlform, $Fields, $template='xmlform') {
- global $G_FORM;
- $G_FORM = new Form;
- G::LoadSystem("xmlform");
- $xml = new XmlForm;
- $xml->home = PATH_DYNAFORM;
- $xml->parseFile ( $xmlform );
- $xml->renderForm ($G_FORM);
- $G_FORM->Values = $Fields;
- $G_FORM->SetUp( '' ); //currently is not supported the action feature
- $G_FORM->hideFormAction = 1; //to avoid the render of