mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Fix: chemin du conf.php
This commit is contained in:
@@ -119,7 +119,7 @@ class DoliDb
|
||||
{
|
||||
global $conf,$langs;
|
||||
|
||||
$conffile = "../../conf/conf.php";
|
||||
$conffile = DOL_DOCUMENT_ROOT."/conf/conf.php";
|
||||
if (file_exists($conffile)) {
|
||||
include($conffile);
|
||||
$this->forcecharset=$character_set_database;
|
||||
|
||||
Reference in New Issue
Block a user