From a0bca62a67e986f9404c302c8ccad1202a826803 Mon Sep 17 00:00:00 2001 From: Metacube2 Date: Tue, 18 Nov 2025 10:40:41 +0100 Subject: [PATCH] asd --- .vscode/sftp.json | 12 ++++++++++++ synth/index.php | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .vscode/sftp.json 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.