From fb8bdba1f9a9d7d1a631b309fa00603d5a0281ad Mon Sep 17 00:00:00 2001 From: Brayan Pereyra Date: Wed, 1 Oct 2025 21:33:59 +0000 Subject: [PATCH] ISSUE-293 Fix the gulliver command --- workflow/engine/config/paths.php | 32 ++++++-------------------------- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/workflow/engine/config/paths.php b/workflow/engine/config/paths.php index 7d9e9c18e..e42fe684c 100644 --- a/workflow/engine/config/paths.php +++ b/workflow/engine/config/paths.php @@ -1,28 +1,4 @@ . - * - * For more information, contact Colosa Inc, 2566 Le Jeune Rd., - * Coral Gables, FL, 33134, USA, or email info@colosa.com. - * - */ - /** * System Directories & Paths */ @@ -60,7 +36,11 @@ define( 'PATH_WORKFLOW_MYSQL_DATA', PATH_CORE . 'data' . PATH_SEP.'mysql'.PATH_SEP); define( 'PATH_RBAC_MYSQL_DATA', PATH_RBAC_CORE . 'data' . PATH_SEP.'mysql'.PATH_SEP); - define( 'FILE_PATHS_INSTALLED', PATH_CORE . 'config' . PATH_SEP . 'paths_installed.php' ); + + if (!defined('FILE_PATHS_INSTALLED')) { + define( 'FILE_PATHS_INSTALLED', PATH_CORE . 'config' . PATH_SEP . 'paths_installed.php' ); + } + define( 'PATH_WORKFLOW_MSSQL_DATA', PATH_CORE . 'data' . PATH_SEP.'mssql'.PATH_SEP); define( 'PATH_RBAC_MSSQL_DATA', PATH_RBAC_CORE . 'data' . PATH_SEP.'mssql'.PATH_SEP); define( 'PATH_CONTROLLERS', PATH_CORE . 'controllers' . PATH_SEP ); @@ -114,7 +94,7 @@ */ // URL Key - define('URL_KEY', config('app.key')); + //define('URL_KEY', config('app.key')); // Other definitions define('TIMEOUT_RESPONSE', 100 ); //web service timeout