From f9fed8def396c029c8342417975b0553236b5388 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Mon, 28 Oct 2024 23:57:21 +0100 Subject: [PATCH] Update FTP and SFTP credentials --- .vscode/ftp-kr.json | 4 ++-- .vscode/sftp.json | 6 +++--- config.php | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.vscode/ftp-kr.json b/.vscode/ftp-kr.json index dbe17e5..8963e39 100644 --- a/.vscode/ftp-kr.json +++ b/.vscode/ftp-kr.json @@ -1,7 +1,7 @@ { - "host": "host700513.hostido.net.pl", + "host": "193.177.164.18", "username": "www@marianek.pl", - "password": "KY8bZvbspB9qmNuy", + "password": "xT6WTcNqceJaA4AnMwzq", "remotePath": "/public_html", "protocol": "ftp", "port": 0, diff --git a/.vscode/sftp.json b/.vscode/sftp.json index fa93c02..6513a75 100644 --- a/.vscode/sftp.json +++ b/.vscode/sftp.json @@ -1,10 +1,10 @@ { - "name": "host700513.hostido.net.pl", - "host": "host700513.hostido.net.pl", + "name": "193.177.164.18", + "host": "193.177.164.18", "protocol": "ftp", "port": 21, "username": "www@marianek.pl", - "password": "KY8bZvbspB9qmNuy", + "password": "xT6WTcNqceJaA4AnMwzq", "remotePath": "/public_html", "uploadOnSave": false, "useTempFile": false, diff --git a/config.php b/config.php index 9cb9de0..4059eab 100644 --- a/config.php +++ b/config.php @@ -1,8 +1,8 @@