add a line break after every certificate

This commit is contained in:
Björn Schießle 2012-09-21 16:54:08 +02:00
parent bcd3d1116c
commit 3d2cd64a48
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ class OC_Mount_Config {
fclose($fh);
if (strpos($data, 'BEGIN CERTIFICATE')) {
fwrite($fh_certs, $data);
fwrite($fh_certs, "\r\n");
}
}