11 lines
524 B
PHP
Executable File
11 lines
524 B
PHP
Executable File
<?php
|
|
// ---------------------------------------------------
|
|
// Chargement paramettres generaux par langue
|
|
// ---------------------------------------------------
|
|
for($const=0; $const<count($paramGeneID); $const++) {
|
|
if ($const==0) $_SESSION['nom_facture']= $paramGene[$const];
|
|
// if ($const==1) $_SESSION['from_mails']= $paramGene[$const];
|
|
}
|
|
|
|
if (isset($debug[9]) && $debug[9] == '1' ) { $debugMsg .= monDebug (1, ['$_SESSION[nom_facture]' => $_SESSION['nom_facture'] ], '02-variableGeneConst.php');}
|
|
?>
|