Upgrade - Add suggestive step numbering.

This commit is contained in:
Nate
2020-04-11 15:53:38 -06:00
parent 49f4c166bc
commit 5baad31c97
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1166,7 +1166,7 @@ function number_pad($number,$n) {
for ($i = 0; $i <= 2; $i++) {
$hex_color = dechex($color[$i]);
if (strlen($hex_color) == 1) { $hex_color = '0'.$hex_color; }
$hex = $hex_color;
$hex .= $hex_color;
}
return $hash.$hex;
}