first commit

This commit is contained in:
2024-12-20 12:48:12 +01:00
commit d9fb74972a
217 changed files with 26712 additions and 0 deletions

12
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "ostal.pl",
"host": "ostal.pl",
"protocol": "ftp",
"port": 21,
"username": "ostal",
"password": "5vDWBthWuT",
"remotePath": "/domains/ostal.pl/public_html/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}