mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2025-01-05 06:48:07 +00:00
Hotfix
This commit is contained in:
parent
1e9dd77cc5
commit
fc8f7b4a93
1 changed files with 3 additions and 4 deletions
|
@ -5,7 +5,6 @@ header("Cache-Control: post-check=0, pre-check=0", false);
|
||||||
header("Pragma: no-cache");
|
header("Pragma: no-cache");
|
||||||
|
|
||||||
$array = array("EUR",
|
$array = array("EUR",
|
||||||
"BTC",
|
|
||||||
"USD",
|
"USD",
|
||||||
"GBP",
|
"GBP",
|
||||||
"CHF",
|
"CHF",
|
||||||
|
@ -431,7 +430,7 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
|
||||||
<tr style="display:none;">
|
<tr style="display:none;">
|
||||||
<td colspan="7"><?php echo $moneroooTable; ?></td>
|
<td colspan="7"><?php echo $moneroooTable; ?></td>
|
||||||
<td><?php echo $time; ?></td>
|
<td><?php echo $time; ?></td>
|
||||||
<td>TZ:Europe/Berlin</td>
|
<td>TZ:<?php echo date_default_timezone_get(); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue