min update

This commit is contained in:
Adrien Marquès 2018-09-26 16:26:56 +02:00
parent d1d72e7b9f
commit 3d7d8fbbdd
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ h2 a { text-decoration: none; }
$max = count($nonces);
foreach( $nonces as $key=>$value ){
if( $key == 0 ){
printf("<span class='yay'>YOU ARE EXACTLY THE <strong>%d</strong>th VISITOR, CLICK <a href=''>HERE</a> TO WIN THE PRIZE !!</span>\n", $value['id_nonce']);
printf("<span class='yay'>YOU ARE EXACTLY THE <strong>%d</strong>th VISITOR, CLICK <a href=''>HERE</a> TO WIN THE PRIZE !!</span>\n%s\n", $value['id_nonce'], date('H:i:s d/m/Y', $value['created_at']));
printf("\nWow ! Got lucky\n\n");
continue;
}