Use DIR for clear cache bootstrap

This commit is contained in:
Yurii
2026-04-09 15:41:53 +03:00
parent 40e017c844
commit 3b1285dc68
2 changed files with 2 additions and 2 deletions

View File

@@ -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\ClearCache;

View File

@@ -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\Rebuild;