From 5a5528f78f8d35e3e4c9fad40e1d6f7d68df7a2f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 5 Mar 2025 11:09:35 +0200 Subject: [PATCH] command.php add DIR --- command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.php b/command.php index bbca0ab981..2989702bba 100644 --- a/command.php +++ b/command.php @@ -27,7 +27,7 @@ * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. ************************************************************************/ -include "bootstrap.php"; +include __DIR__ . "/bootstrap.php"; use Espo\Core\Application; use Espo\Core\ApplicationRunners\Command;