From 3d7d8fbbdd4ac9c63ee8dd75916329b1bfc7877b Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 26 Sep 2018 16:26:56 +0200 Subject: [PATCH] min update --- virtual/vhost/public_html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/vhost/public_html/index.php b/virtual/vhost/public_html/index.php index bddd0bf..54ab39c 100644 --- a/virtual/vhost/public_html/index.php +++ b/virtual/vhost/public_html/index.php @@ -69,7 +69,7 @@ h2 a { text-decoration: none; } $max = count($nonces); foreach( $nonces as $key=>$value ){ if( $key == 0 ){ - printf("YOU ARE EXACTLY THE %dth VISITOR, CLICK HERE TO WIN THE PRIZE !!\n", $value['id_nonce']); + printf("YOU ARE EXACTLY THE %dth VISITOR, CLICK HERE TO WIN THE PRIZE !!\n%s\n", $value['id_nonce'], date('H:i:s d/m/Y', $value['created_at'])); printf("\nWow ! Got lucky\n\n"); continue; }