SPEEDY adding the autloader feature in class.bootstrap.php

This commit is contained in:
Fernando Ontiveros
2012-11-13 13:48:16 -04:00
parent 395ed9c2f3
commit a8e8cf0295
4 changed files with 62 additions and 37 deletions

View File

@@ -30,8 +30,6 @@ if (($RBAC_Response = $RBAC->userCanAccess( "PM_FACTORY" )) != 1) {
require_once ('classes/model/Dynaform.php');
require_once ('classes/model/Content.php');
$oJSON = new Services_JSON();
if (isset( $_POST['function'] )) {
$sfunction = $_POST['function'];
} elseif (isset( $_POST['functions'] )) {