mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
delete
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Config;
|
||||
|
||||
use CodeIgniter\Config\BaseConfig;
|
||||
|
||||
class FTP extends BaseConfig
|
||||
{
|
||||
|
||||
public string $host = "10.5.0.6";
|
||||
public int $port = 21;
|
||||
public string $username = "admin";
|
||||
public string $password = "A77h3b0X4OA2rOYAf4w2";
|
||||
public string $base_dir = "/home/admin/safekat"; # FTP server directory
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user