From c4c59f30677608df7493e8f4fdb79eb5012c21f4 Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 25 Jan 2021 10:02:44 +0100 Subject: [PATCH] fix random --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index b0e59bf..095be4a 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ 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."'");