intermédiaire - no use

This commit is contained in:
2018-10-06 09:56:23 +02:00
parent ebf5b0d648
commit e121c6f6dd
11 changed files with 1440 additions and 0 deletions

View File

@@ -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);