Code Cleaning : replace include by require_once

This commit is contained in:
sparkyx 2007-12-21 08:32:23 +00:00
parent 44cf10db2f
commit 53af0fd4d8
15 changed files with 16 additions and 16 deletions

View file

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