From 275a6f8458d290df8bddc211265e687fb50ea006 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 6 Dec 2022 22:39:40 +0100 Subject: [PATCH] /// BROKEN PREFER DAEMON MODE --- G1BILLETS.sh | 2 +- index.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/G1BILLETS.sh b/G1BILLETS.sh index da1fbc4..8ea4a7a 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -117,7 +117,7 @@ Content-Type: text/html; charset=UTF-8 [Astroport] G1BILLET MICRO SERVICE - 33101 - 33102 - - +

(♥‿‿♥).

' diff --git a/index.php b/index.php index 7435cb9..e9703d2 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,7 @@ $mytime = new Datetime("now"); $timestamp = $mytime->format('U').rand(); +/// BROKEN PREFER DAEMON MODE // CREATE 6 G1BILLETS in /tmp/g1billet/$timestamp $page = shell_exec(dirname(__FILE__)."/G1BILLETS.sh '".$_REQUEST['montant']."' '".$timestamp."' '".$_REQUEST['style']."'");