min update
This commit is contained in:
parent
d1d72e7b9f
commit
3d7d8fbbdd
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue