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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2012-09-21 18:54:08 +0400
committerBjörn Schießle <schiessle@owncloud.com>2012-09-21 18:54:08 +0400
commit3d2cd64a4890c0e402fd8b2e4b6d37bf5f98b991 (patch)
treeb27f27f5f2d686e7dfda5003e8d1de3218d35a22 /apps/files_external
parentbcd3d1116c65de257329a13862ffbad59008325d (diff)
add a line break after every certificate
Diffstat (limited to 'apps/files_external')
-rwxr-xr-xapps/files_external/lib/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index eec31ec2ef9..f87a042b386 100755
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -270,6 +270,7 @@ class OC_Mount_Config {
fclose($fh);
if (strpos($data, 'BEGIN CERTIFICATE')) {
fwrite($fh_certs, $data);
+ fwrite($fh_certs, "\r\n");
}
}