Define the db_sslmode variable
This commit is contained in:
parent
97e0d93400
commit
b6c521d787
|
|
@ -16,6 +16,7 @@ class config {
|
||||||
public $db_name;
|
public $db_name;
|
||||||
public $db_username;
|
public $db_username;
|
||||||
public $db_password;
|
public $db_password;
|
||||||
|
public $db_sslmode;
|
||||||
public $db_host;
|
public $db_host;
|
||||||
public $db_path;
|
public $db_path;
|
||||||
public $db_port;
|
public $db_port;
|
||||||
|
|
@ -31,7 +32,7 @@ class config {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine whether the config.php exists
|
* Determine whether the config file exists
|
||||||
* @var string $db_type - type of database
|
* @var string $db_type - type of database
|
||||||
* @var string $db_name - name of the database
|
* @var string $db_name - name of the database
|
||||||
* @var string $db_username - username to access the database
|
* @var string $db_username - username to access the database
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue