|
@@ -3,7 +3,10 @@
|
|
|
|
|
|
$path = __DIR__ . '/';
|
|
|
|
|
|
+
|
|
|
$res=@include_once $path.'/../htdocs/master.inc.php';
|
|
|
+$res=@include_once $path.'/../../htdocs/master.inc.php';
|
|
|
+if (! $res) @include_once '../../master.inc.php';
|
|
|
if (! $res) @include_once '../master.inc.php';
|
|
|
if (! $res) @include_once './master.inc.php';
|
|
|
include_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
|