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; }