mirror of
https://github.com/espocrm/espocrm.git
synced 2026-04-18 12:10:05 +00:00
Use DIR for clear cache bootstrap
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
* 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\Application;
|
||||||
use Espo\Core\ApplicationRunners\ClearCache;
|
use Espo\Core\ApplicationRunners\ClearCache;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
* 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\Application;
|
||||||
use Espo\Core\ApplicationRunners\Rebuild;
|
use Espo\Core\ApplicationRunners\Rebuild;
|
||||||
|
|||||||
Reference in New Issue
Block a user