- Se han agragado traducciones faltantes en directorio: templates/home/ y los archivos: home.php, Users.php, AppNotes.php y appProxy.php * Available from version ProcessMaker-2.0.47 (2.5.1)
12 lines
273 B
PHP
Executable File
12 lines
273 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
$scriptDir = dirname(__FILE__).'/';
|
|
|
|
define("PROCESSMAKER_PATH", $scriptDir);
|
|
define("WORKFLOW_PATH", $scriptDir . 'workflow/');
|
|
define("WORKFLOW_BIN_PATH", $scriptDir . 'workflow/engine/bin/');
|
|
|
|
include WORKFLOW_BIN_PATH . '/cli.php';
|
|
|