Porting upgrade from pmos8

This commit is contained in:
Alexandre Rosenfeld
2010-12-16 20:36:29 +00:00
parent 04a85ab1ba
commit ed8f89583b
9 changed files with 1073 additions and 244 deletions

View File

@@ -7,6 +7,6 @@
define("WORKFLOW_PATH", $scriptDir . 'workflow/');
define("WORKFLOW_BIN_PATH", $scriptDir . 'workflow/engine/bin/');
include ( WORKFLOW_BIN_PATH . '/commands.php');
include ( WORKFLOW_BIN_PATH . '/cli.php');
?>