Debug v24
This commit is contained in:
parent
729311854a
commit
abc8dae32a
1 changed files with 3 additions and 1 deletions
|
|
@ -296,7 +296,9 @@ if (empty($dolibarr_strict_mode)) {
|
|||
$dolibarr_strict_mode = 0; // For debug in php strict mode
|
||||
}
|
||||
|
||||
define('DOL_DOCUMENT_ROOT', $dolibarr_main_document_root); // Filesystem core php (htdocs)
|
||||
if (!defined('DOL_DOCUMENT_ROOT')) {
|
||||
define('DOL_DOCUMENT_ROOT', $dolibarr_main_document_root); // Filesystem core php (htdocs)
|
||||
}
|
||||
|
||||
if (empty(DOL_DOCUMENT_ROOT) || !file_exists(DOL_DOCUMENT_ROOT."/core/lib/functions.lib.php")) {
|
||||
print "Error: Dolibarr config file content seems to be not correctly defined";
|
||||
|
|
|
|||
Loading…
Reference in a new issue