This commit is contained in:
Luke 2024-06-24 06:40:55 +02:00 committed by GitHub
parent 1e9dd77cc5
commit fc8f7b4a93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,6 @@ header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
$array = array("EUR",
"BTC",
"USD",
"GBP",
"CHF",
@ -428,11 +427,11 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
<td><?php echo str_replace(".", ",", $XAG); ?></td>
<td><?php echo str_replace(".", ",", $XAU); ?></td>
</tr>
<tr style="display:none;">
<tr style="display:none;">
<td colspan="7"><?php echo $moneroooTable; ?></td>
<td><?php echo $time; ?></td>
<td>TZ:Europe/Berlin</td>
</tr>
<td>TZ:<?php echo date_default_timezone_get(); ?></td>
</tr>
</tbody>
</table>
</div>