intermédiaire - no use
This commit is contained in:
@@ -336,6 +336,8 @@ class blockchain
|
||||
imagefilledpolygon($vImage, $points2, (count($points2)/2), $fond);
|
||||
imagepolygon($vImage, $points2, (count($points2)/2), $black);
|
||||
|
||||
imagefilledrectangle($vImage, 0, $hauteur, $w, $h-$hauteur, $black);
|
||||
|
||||
// Rajout des textes
|
||||
$the_name = blockchain::hash2SpecialName($the_block->hash);
|
||||
if ($the_name == $the_block->hash) $the_name = date('Ymd H:i:s', $the_block->time);
|
||||
|
||||
Reference in New Issue
Block a user