diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..7ac08e6 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,12 @@ +{ + "name": "Mein Webserver", + "host": "192.168.178.88", + "protocol": "sftp", + "port": 22, + "username": "root", + "password": "934290", + "remotePath": "/var/www/html/", + "uploadOnSave": true, + "useTempFile": false, + "openSsh": false +} diff --git a/synth/index.php b/synth/index.php index 45354d3..f41e51d 100644 --- a/synth/index.php +++ b/synth/index.php @@ -12,7 +12,6 @@ try { if (isset($payload['chartName'])) { $btcChange = $payload['chartName']; } - } } catch (Throwable $e) { // Silently ignore network failures, we degrade gracefully in the UI.