From 643a691f0a8dcfa138ebee573930b38d7b00e711 Mon Sep 17 00:00:00 2001 From: vol4onok Date: Wed, 13 Dec 2023 22:22:00 +0200 Subject: [PATCH] SDK-5690: Reverted debug --- bin/integrator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/integrator b/bin/integrator index aa14795e..a0020d35 100755 --- a/bin/integrator +++ b/bin/integrator @@ -3,7 +3,7 @@ defined('APPLICATION_ROOT_DIR') || define('APPLICATION_ROOT_DIR', getcwd() ); -defined('INTEGRATOR_ROOT_DIR') || define('INTEGRATOR_ROOT_DIR', dirname(__DIR__) ); +defined('INTEGRATOR_ROOT_DIR') || define('INTEGRATOR_ROOT_DIR', dirname(__DIR__, 4) ); defined('APPLICATION_SOURCE_DIR') || define('APPLICATION_SOURCE_DIR', APPLICATION_ROOT_DIR . DIRECTORY_SEPARATOR . 'src');