Subversion Repositories ALCASAR

Rev

Rev 1876 | Rev 2168 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1876 Rev 1878
Line 2... Line 2...
2
require_once('/var/www/html/acc/manager/lib/alcasar/ticketspdf.class.php');
2
require_once('/var/www/html/acc/manager/lib/alcasar/ticketspdf.class.php');
3
// ticket d'impression (thank's to Geoffroy MUSITELLI)
3
// ticket d'impression (thank's to Geoffroy MUSITELLI)
4
//--recupération des variables provenant du formulaire 
4
//--recupération des variables provenant du formulaire 
5
$langue_imp=utf8_decode($_POST["langue_imp"]);
5
$langue_imp=utf8_decode($_POST["langue_imp"]);
6
$log_imp=$_POST["log_imp"];
6
$log_imp=$_POST["log_imp"];
7
$passwd_imp=utf8_decode($_POST["passwd_imp"]);
7
$passwd_imp=$_POST["passwd_imp"];
8
$exp_imp=utf8_decode($_POST["exp_imp"]);
8
$exp_imp=utf8_decode($_POST["exp_imp"]);
9
$sto_imp=utf8_decode($_POST["sto_imp"]);
9
$sto_imp=utf8_decode($_POST["sto_imp"]);
10
$mas_imp=utf8_decode($_POST["mas_imp"]);
10
$mas_imp=utf8_decode($_POST["mas_imp"]);
11
$mds_imp=utf8_decode($_POST["mds_imp"]);
11
$mds_imp=utf8_decode($_POST["mds_imp"]);
12
$mms_imp=utf8_decode($_POST["mms_imp"]);
12
$mms_imp=utf8_decode($_POST["mms_imp"]);