Code Cleaning : replace include by require_once
This commit is contained in:
parent
44cf10db2f
commit
53af0fd4d8
15 changed files with 16 additions and 16 deletions
|
|
@ -28,7 +28,7 @@ include_once("ac_common.php");
|
|||
include_once("postgres.php");
|
||||
include_once("class.ezpdf.php");
|
||||
include_once("impress_inc.php");
|
||||
include("poste.php");
|
||||
require_once("poste.php");
|
||||
require_once ('header_print.php');
|
||||
require_once('class_dossier.php');
|
||||
$gDossier=dossier::id();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue