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']."'");