first commit

This commit is contained in:
2025-09-18 23:49:22 +02:00
commit f07a66e1e3
3 changed files with 46 additions and 0 deletions

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

@@ -0,0 +1,17 @@
{
"host": "serwer1757391.home.pl",
"username": "www@pressado.pl",
"password": "firmowa.www.2025",
"remotePath": "/",
"protocol": "ftp",
"port": 21,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}

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

@@ -0,0 +1,12 @@
{
"name": "serwer1757391.home.pl",
"host": "serwer1757391.home.pl",
"protocol": "ftp",
"port": 21,
"username": "www@pressado.pl",
"password": "firmowa.www.2025",
"remotePath": "/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}

17
index.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';