shell_exec(dirname(__FILE__)."/G1BILLETS.sh '".$_REQUEST['montant']."' '".$timestamp."'");

This commit is contained in:
qo-op 2021-01-24 20:55:29 +01:00
parent 8211a0fc40
commit 681c2b8925
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ $mytime = new Datetime("now");
$timestamp = $mytime->format('U');
// CREATE 6 G1BILLETS in /tmp/g1billet/$timestamp
$bashbillet= dirname(__FILE__)."/G1BILLETS.sh";
shell_exec($bashbillet $_REQUEST['montant'] $timestamp");
$page = shell_exec(dirname(__FILE__)."/G1BILLETS.sh '".$_REQUEST['montant']."' '".$timestamp."'");
$attachment_location = "/tmp/g1billet/".$timestamp.".pdf";
if (file_exists($attachment_location)) {