Fix: Liens include invalides
This commit is contained in:
parent
5cc501540f
commit
34fad3a677
@ -30,7 +30,7 @@
|
||||
|
||||
require("./pre.inc.php");
|
||||
|
||||
require("./adherent.class.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");
|
||||
|
||||
|
||||
llxHeader();
|
||||
|
||||
@ -42,7 +42,7 @@ require_once "../facture.class.php";
|
||||
require_once "../paiement.class.php";
|
||||
if ($conf->projet->enabled) require_once(DOL_DOCUMENT_ROOT."/project.class.php");
|
||||
if ($conf->propal->enabled) require_once("../propal.class.php");
|
||||
if ($conf->contrat->enabled) require_once("../contrat/contrat.class.php");
|
||||
if ($conf->contrat->enabled) require_once(DOL_DOCUMENT_ROOT."/contrat/contrat.class.php");
|
||||
if ($conf->commande->enabled) require_once(DOL_DOCUMENT_ROOT."/commande/commande.class.php");
|
||||
require_once DOL_DOCUMENT_ROOT."/lib/CMailFile.class.php";
|
||||
|
||||
|
||||
@ -299,7 +299,7 @@ if ($conf->contrat->enabled && $user->rights->contrat->lire)
|
||||
{
|
||||
$langs->load("contracts");
|
||||
|
||||
include_once("./contrat/contrat.class.php");
|
||||
include_once(DOL_DOCUMENT_ROOT."/contrat/contrat.class.php");
|
||||
$board=new Contrat($db);
|
||||
$board->load_board("inactives");
|
||||
|
||||
@ -324,7 +324,7 @@ if ($conf->contrat->enabled && $user->rights->contrat->lire)
|
||||
{
|
||||
$langs->load("contracts");
|
||||
|
||||
include_once("./contrat/contrat.class.php");
|
||||
include_once(DOL_DOCUMENT_ROOT."/contrat/contrat.class.php");
|
||||
$board=new Contrat($db);
|
||||
$board->load_board("expired");
|
||||
|
||||
@ -422,7 +422,7 @@ if ($conf->adherent->enabled && $user->rights->adherent->lire)
|
||||
{
|
||||
$langs->load("members");
|
||||
|
||||
include_once("./adherents/adherent.class.php");
|
||||
include_once(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");
|
||||
$board=new Adherent($db);
|
||||
$board->load_board();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user