HOR-3620
+ Add missing Phing package - Remove pending LoadInclude
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
|
||||
*/
|
||||
//if (($RBAC_Response=$RBAC->userCanAccess("PM_USERS"))!=1) return $RBAC_Response;
|
||||
G::LoadInclude( 'ajax' );
|
||||
$_POST['action'] = get_ajax_value( 'action' );
|
||||
|
||||
switch ($_POST['action']) {
|
||||
|
||||
@@ -62,7 +62,6 @@ function LookForChildren ($parent, $level, $aDepUsers)
|
||||
if (($RBAC_Response = $RBAC->userCanAccess( "PM_USERS" )) != 1) {
|
||||
return $RBAC_Response;
|
||||
}
|
||||
G::LoadInclude( 'ajax' );
|
||||
$_POST['action'] = get_ajax_value( 'action' );
|
||||
|
||||
require_once 'classes/model/Department.php';
|
||||
|
||||
@@ -40,8 +40,6 @@ function pagedTable_BeforeQuery (&$ntable)
|
||||
require_once (PATH_GULLIVER_HOME . 'methods/pagedTableAjax.php');
|
||||
die();
|
||||
|
||||
G::LoadInclude( 'ajax' );
|
||||
|
||||
$id = get_ajax_value( 'ptID' );
|
||||
$ntable = unserialize(base64_decode($_SESSION['pagedTable[' . $id . ']']));
|
||||
$page = get_ajax_value( 'page' );
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
if (($RBAC_Response = $RBAC->userCanAccess( "PM_USERS" )) != 1) {
|
||||
return $RBAC_Response;
|
||||
}
|
||||
G::LoadInclude( 'ajax' );
|
||||
$_POST['action'] = get_ajax_value( 'action' );
|
||||
|
||||
switch ($_POST['action']) {
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
*
|
||||
*/
|
||||
try {
|
||||
G::LoadInclude ( 'ajax' );
|
||||
if (isset ( $_POST ['form'] )) {
|
||||
$_POST = $_POST ['form'];
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
|
||||
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
|
||||
*/
|
||||
G::LoadInclude( 'ajax' );
|
||||
//$oJSON = new Services_JSON();
|
||||
if (isset( $_POST['mode'] ) && $_POST['mode'] != '') {
|
||||
$aData = $_POST;
|
||||
|
||||
@@ -27,7 +27,6 @@ try {
|
||||
$filter = new InputFilter();
|
||||
$_POST = $filter->xssFilterHard($_POST);
|
||||
|
||||
G::LoadInclude( 'ajax' );
|
||||
if (isset( $_POST['form'] )) {
|
||||
$_POST = $_POST['form'];
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ if ($RBAC->userCanAccess( 'PM_SETUP' ) != 1 && $RBAC->userCanAccess( 'PM_FACTORY
|
||||
die();
|
||||
}
|
||||
|
||||
G::LoadInclude( 'ajax' );
|
||||
//G::pr($_SESSION);
|
||||
$_POST['action'] = get_ajax_value( 'action' );
|
||||
if ($_POST['action'] == '') {
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
*/
|
||||
if (($RBAC_Response = $RBAC->userCanAccess( "PM_SETUP" )) != 1)
|
||||
return $RBAC_Response;
|
||||
G::LoadInclude( 'ajax' );
|
||||
|
||||
$G_ENABLE_BLANK_SKIN = true;
|
||||
|
||||
$ARR_WEEKDAYS[0] = array ('SUNDAY','MONDAY','TUESDAY','WEDNESDAY','THURSDAY','FRIDAY','SATURDAY'
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
if (($RBAC_Response = $RBAC->userCanAccess( "PM_SETUP" )) != 1)
|
||||
return $RBAC_Response;
|
||||
G::ForceLogin( 'WF_PROCESS' );
|
||||
G::LoadInclude( 'ajax' );
|
||||
|
||||
$G_HELP_PAGE = "setup-environment-time-controls-weekend";
|
||||
|
||||
$G_MAIN_MENU = "processmaker";
|
||||
|
||||
@@ -43,7 +43,6 @@ try {
|
||||
|
||||
require_once 'classes/model/StepTrigger.php';
|
||||
require_once 'classes/model/Triggers.php';
|
||||
G::LoadInclude( 'ajax' );
|
||||
if (! empty( $_GET )) {
|
||||
if (! isset( $_GET['form'] )) {
|
||||
$aData = urldecode_values( $_GET );
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
|
||||
*/
|
||||
ini_set( 'display_errors', 'off' );
|
||||
G::LoadInclude( 'ajax' );
|
||||
$function = get_ajax_value( 'function' );
|
||||
$cat = get_ajax_value( 'cat' );
|
||||
$node = get_ajax_value( 'node' );
|
||||
|
||||
Reference in New Issue
Block a user