chagement du path dans le require : DOL_DOCUMENT_ROOT
This commit is contained in:
parent
8810f6817d
commit
c2302c08d5
@ -20,8 +20,8 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherents/pre.inc.php");
|
require("./pre.inc.php");
|
||||||
require($GLOBALS["DOCUMENT_ROOT"]."/adherent.class.php");
|
require(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");
|
||||||
|
|
||||||
require_once('PDF_card.class.php');
|
require_once('PDF_card.class.php');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user