fix random

This commit is contained in:
qo-op 2021-01-25 10:02:44 +01:00
parent 810f9978a0
commit c4c59f3067
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
$mytime = new Datetime("now");
$timestamp = $mytime->format('U').$rand();
$timestamp = $mytime->format('U').rand();
// CREATE 6 G1BILLETS in /tmp/g1billet/$timestamp
$page = shell_exec(dirname(__FILE__)."/G1BILLETS.sh '".$_REQUEST['montant']."' '".$timestamp."'");