gab
gab copied to clipboard
added 2 missing day values
In view.more.php i added the day value at Current balance and ATH Price/Value. I think, they were not intended missing. I changed it at 2 points from:
$b = date('Y-m', strtotime($price_last['date']));
to
$b = date('Y-m-d', strtotime($price_last['date']));