dirname(__FILE__)."/G1BILLETS.sh";

This commit is contained in:
qo-op 2021-01-25 01:05:21 +01:00
parent 85533cf64e
commit 887591de29
1 changed files with 1 additions and 0 deletions

View File

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