@@ -27,9 +27,9 @@ |
||
27 | 27 | } |
28 | 28 | |
29 | 29 | // Defined some constants and load Dolibarr env to reduce PHPStan bootstrap that fails to load a lot of things. |
30 | -$dolibarr_main_document_root = __DIR__ . '/../../htdocs'; |
|
31 | -define('DOL_DOCUMENT_ROOT', __DIR__ . '/../../htdocs'); |
|
32 | -define('DOL_DATA_ROOT', __DIR__ . '/../../documents'); |
|
30 | +$dolibarr_main_document_root = __DIR__.'/../../htdocs'; |
|
31 | +define('DOL_DOCUMENT_ROOT', __DIR__.'/../../htdocs'); |
|
32 | +define('DOL_DATA_ROOT', __DIR__.'/../../documents'); |
|
33 | 33 | define('DOL_URL_ROOT', '/'); |
34 | 34 | define('DOL_MAIN_URL_ROOT', '/'); |
35 | 35 | define('MAIN_DB_PREFIX', 'llx_'); |