Update lib/private/Setup.php

+ Remove unnecessary spaces from code

Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
MichaIng 2019-08-19 15:29:48 +02:00 committed by GitHub
parent e84cdc609a
commit 01b558c8b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -540,7 +540,7 @@ class Setup {
public static function protectDataDirectory() {
//Require all denied
$now = date('Y-m-d H:i:s');
$now = date('Y-m-d H:i:s');
$content = "# Generated by Nextcloud on $now\n";
$content.= "# Section for Apache 2.4 and 2.5\n";
$content.= "<ifModule mod_authz_core.c>\n";