/// BROKEN PREFER DAEMON MODE

This commit is contained in:
fred 2022-12-06 22:39:40 +01:00
parent cf034c533f
commit 275a6f8458
2 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Content-Type: text/html; charset=UTF-8
<!DOCTYPE html><html><head>
<title>[Astroport] G1BILLET MICRO SERVICE - 33101 - 33102 -</title>
<meta http-equiv="refresh" content="5; url='$HNAME':33102" />
<meta http-equiv="refresh" content="30; url='$HNAME':33102" />
</head><body>
<p><a href="'$HNAME':33102">(♥‿‿♥)</a>.</p>
</body></html>'

View File

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