This commit is contained in:
qo-op 2021-01-25 00:57:48 +01:00
parent abb040f9ef
commit 62c6398fd8
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ $mytime = new Datetime("now");
$timestamp = $mytime->format('U');
// CREATE 6 G1BILLETS in /tmp/g1billet/$timestamp
$output = shell_exec('ls /tmp/ 2>&1')
$output = shell_exec('ls /tmp/ 2>&1');
echo $output;
//$page = shell_exec(dirname(__FILE__)."/G1BILLETS.sh '".$_REQUEST['montant']."' '".$timestamp."' >> /tmp/g1billet.log");
$attachment_location = "/tmp/g1billet/".$timestamp.".pdf";