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
|
|
@ -24,7 +24,7 @@
|
|||
include_once("ac_common.php");
|
||||
include_once ("postgres.php");
|
||||
include ('class_user.php');
|
||||
include("class_fiche.php");
|
||||
require_once("class_fiche.php");
|
||||
header('Content-type: application/csv');
|
||||
header('Content-Disposition: attachment;filename="poste.csv"',FALSE);
|
||||
require_once('class_dossier.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue