Selaa lähdekoodia

Define the db_sslmode variable

markjcrane 2 vuotta sitten
vanhempi
commit
89a8260235
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      resources/classes/config.php

+ 2 - 1
resources/classes/config.php

@@ -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