initial commit from rev. 632

This commit is contained in:
Erik Amaru Ortiz
2010-12-02 23:34:41 +00:00
commit 0525681d79
5410 changed files with 864427 additions and 0 deletions

12
processmaker Normal file
View File

@@ -0,0 +1,12 @@
#!/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 . '/commands.php');
?>