session_start();
include('include/teleciel_conf.php'); // Définition des tables - 16/06/08
include ("include/rep_files.php");
include ("include/inc.funcs.php");
include ("include/inc.connect.php");
extract($_GET);
extract($_POST);
//while (list ($key, $val) = each ($_GET)) { $$key = $val; print $key." G ".$val."
";}
//while (list ($key, $val) = each ($_POST)) { $$key = $val; print $key." P ".$val."
";}
//while (list ($key, $val) = each ($_SESSION)) { $$key = $val; print $key." S ".$val."
";}
?>