From 3d2cd64a4890c0e402fd8b2e4b6d37bf5f98b991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Fri, 21 Sep 2012 16:54:08 +0200 Subject: [PATCH] add a line break after every certificate --- apps/files_external/lib/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index eec31ec2ef..f87a042b38 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"); } }