mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-09 20:53:46 +01:00
Hotfix
This commit is contained in:
parent
1e9dd77cc5
commit
fc8f7b4a93
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user