first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

17
.vscode/ftp-kr.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"host": "doitinpoland.com",
"username": "projectpro",
"password": "Tpv39&5g7WVocaavp",
"remotePath": "/httpdocs/",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}

132
.vscode/ftp-kr.sync.cache.json vendored Normal file
View File

@@ -0,0 +1,132 @@
{
"ftp://doitinpoland.com@projectpro": {
"httpdocs": {
".htaccess": {
"type": "-",
"size": 722,
"lmtime": 0,
"modified": false
},
".user.ini": {
"type": "-",
"size": 125,
"lmtime": 0,
"modified": false
},
".well-known": {},
"index.php": {
"type": "-",
"size": 405,
"lmtime": 0,
"modified": false
},
"license.txt": {
"type": "-",
"size": 19915,
"lmtime": 0,
"modified": false
},
"policies": {},
"readme.html": {
"type": "-",
"size": 7399,
"lmtime": 0,
"modified": false
},
"wordfence-waf.php": {
"type": "-",
"size": 448,
"lmtime": 0,
"modified": false
},
"wp-activate.php": {
"type": "-",
"size": 7211,
"lmtime": 0,
"modified": false
},
"wp-admin": {},
"wp-blog-header.php": {
"type": "-",
"size": 351,
"lmtime": 0,
"modified": false
},
"wp-comments-post.php": {
"type": "-",
"size": 2323,
"lmtime": 0,
"modified": false
},
"wp-config-sample.php": {
"type": "-",
"size": 3013,
"lmtime": 0,
"modified": false
},
"wp-config.php": {
"type": "-",
"size": 3245,
"lmtime": 0,
"modified": false
},
"wp-content": {},
"wp-cron.php": {
"type": "-",
"size": 5638,
"lmtime": 0,
"modified": false
},
"wp-includes": {},
"wp-links-opml.php": {
"type": "-",
"size": 2502,
"lmtime": 0,
"modified": false
},
"wp-load.php": {
"type": "-",
"size": 3927,
"lmtime": 0,
"modified": false
},
"wp-login.php": {
"type": "-",
"size": 49441,
"lmtime": 0,
"modified": false
},
"wp-mail.php": {
"type": "-",
"size": 8537,
"lmtime": 0,
"modified": false
},
"wp-settings.php": {
"type": "-",
"size": 25602,
"lmtime": 0,
"modified": false
},
"wp-signup.php": {
"type": "-",
"size": 34385,
"lmtime": 0,
"modified": false
},
"wp-trackback.php": {
"type": "-",
"size": 4885,
"lmtime": 0,
"modified": false
},
"xmlrpc.php": {
"type": "-",
"size": 3236,
"lmtime": 0,
"modified": false
}
}
},
"$version": 1
}

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}

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

@@ -0,0 +1,12 @@
{
"name": "doitinpoland.com",
"host": "doitinpoland.com",
"protocol": "ftp",
"port": 21,
"username": "projectpro",
"password": "Tpv39&5g7WVocaavp",
"remotePath": "/httpdocs/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}