PMC-585-A

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-05-15 20:20:24 -04:00
parent 5d8949255b
commit bc1862db3d
5 changed files with 670 additions and 38 deletions

View File

@@ -23,6 +23,7 @@ define('PATH_SEP', '/');
define('PATH_METHODS', 'workflow/engine/methods/');
define('SYS_LANG', 'en');
define('DB_ADAPTER', 'mysql');
define('SYS_SKIN', 'neoclassic');
// Setup basic app services
$app = require __DIR__ . '/../bootstrap/app.php';