Laurent Destailleur преди 4 години
родител
ревизия
0d7fccc7b3
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      test/other/test_serialize.php

+ 3 - 0
test/other/test_serialize.php

@@ -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';