Changes done for PhpDoc

This commit is contained in:
abraar
2011-01-28 14:16:58 +00:00
parent e21503b249
commit 22c8a3f4d3
6 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
<?php
/**
* cli.php
*
* @package workflow-engine-bin
*
* ProcessMaker Open Source Edition
* Copyright (C) 2011 Colosa Inc.
*
@@ -26,7 +27,7 @@
/* Windows supports both / and \ as path separators, so use the Unix separator
* for maximum compatibility.
*/
*/
define('PATH_SEP', '/');
define('PATH_HOME', WORKFLOW_PATH );