Subversion Repositories ALCASAR

Rev

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

Rev 1566 Rev 1876
Line 1... Line 1...
1
<?php
1
<?php
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=utf8_decode($_POST["log_imp"]);
6
$log_imp=$_POST["log_imp"];
7
$passwd_imp=utf8_decode($_POST["passwd_imp"]);
7
$passwd_imp=utf8_decode($_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"]);