Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_sql.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Properties.php')
-rw-r--r--lib/Properties.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Properties.php b/lib/Properties.php
index bd97d2c..d30ae1a 100644
--- a/lib/Properties.php
+++ b/lib/Properties.php
@@ -160,7 +160,7 @@ class Properties implements \ArrayAccess
*/
private function isSystemValue($param)
{
- return $this->safeStore && in_array($param, array(DB::HOSTNAME, DB::PASSWORD, DB::USERNAME, DB::DATABASE));
+ return $this->safeStore && in_array($param, array(DB::HOSTNAME, DB::PASSWORD, DB::USERNAME, DB::DATABASE, DB::SSL_CA, DB::SSL_CERT, DB::SSL_KEY));
}
/**