diff --git a/synth/index.php b/synth/index.php index 3814da6..9cd34ab 100644 --- a/synth/index.php +++ b/synth/index.php @@ -12,10 +12,12 @@ try { if (isset($payload['chartName'])) { $btcChange = $payload['chartName']; } + } } catch (Throwable $e) { // Silently ignore network failures, we degrade gracefully in the UI. } + $btcLabel = $btcPrice ? number_format($btcPrice, 2) . ' $' : 'unbekannt'; ?> @@ -23,6 +25,8 @@ $btcLabel = $btcPrice ? number_format($btcPrice, 2) . ' $' : 'unbekannt'; + + Mouse Synth Lab