Zaktualizowano dane połączenia FTP w plikach ftp-kr.json i sftp.json oraz zaktualizowano dane bazy danych w config.php

This commit is contained in:
2025-11-23 01:31:22 +01:00
parent 94f09e1d22
commit 60c7119858
3 changed files with 8 additions and 8 deletions

4
.vscode/ftp-kr.json vendored
View File

@@ -1,7 +1,7 @@
{
"host": "dapro25624.serwervps.pl",
"host": "host700513.hostido.net.pl",
"username": "www@rank24.pl",
"password": "WLZtVXv9Vr9xKfpgHxKC",
"password": "Sa3geX5BsHyayUbpHcXT",
"remotePath": "/public_html/",
"protocol": "ftp",
"port": 0,

6
.vscode/sftp.json vendored
View File

@@ -1,10 +1,10 @@
{
"name": "dapro25624.serwervps.pl",
"host": "dapro25624.serwervps.pl",
"name": "host700513.hostido.net.pl",
"host": "host700513.hostido.net.pl",
"protocol": "ftp",
"port": 21,
"username": "www@rank24.pl",
"password": "WLZtVXv9Vr9xKfpgHxKC",
"password": "Sa3geX5BsHyayUbpHcXT",
"remotePath": "/public_html/",
"uploadOnSave": false,
"useTempFile": false,

View File

@@ -1,8 +1,8 @@
<?php
$config['db']['host'] = 'localhost';
$config['db']['user'] = 'admin_rank24';
$config['db']['password'] = 'JhFgfyqHrueGS5bYfsXn';
$config['db']['name'] = 'admin_rank24';
$config['db']['user'] = 'host700513_rank24';
$config['db']['password'] = 'F9NhDDGXdnt4vjX6GpYX';
$config['db']['name'] = 'host700513_rank24';
$config['site']['majestic_interval'] = 7;
$config['site']['semstorm_interval'] = 1;