This commit is contained in:
Paula Quispe
2019-05-16 07:46:25 -04:00
parent fbff2ce99b
commit f389682ec5
2 changed files with 0 additions and 549 deletions

View File

@@ -30,11 +30,6 @@ define('SYS_SYS', 'workflow');
define('PATH_WORKSPACE',PATH_TRUNK.'/shared/sites/' . SYS_SYS . '/');
define('PMTABLE_KEY','pmtable');
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT);
//This path includes pmTable model classes
set_include_path(get_include_path() . PATH_SEPARATOR .dirname(__DIR__). "/shared/sites/".SYS_SYS."/");
// Setup basic app services
$app = require __DIR__ . '/../bootstrap/app.php';
$app->make(Kernel::class)->bootstrap();

File diff suppressed because it is too large Load Diff