Fix test
This commit is contained in:
parent
25c6b64b1e
commit
0d7fccc7b3
@ -3,7 +3,10 @@
|
|||||||
|
|
||||||
$path = __DIR__ . '/';
|
$path = __DIR__ . '/';
|
||||||
|
|
||||||
|
|
||||||
$res=@include_once $path.'/../htdocs/master.inc.php';
|
$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';
|
||||||
if (! $res) @include_once './master.inc.php';
|
if (! $res) @include_once './master.inc.php';
|
||||||
include_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user