Update lib/private/Setup.php
+ Remove unnecessary spaces from code Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
e84cdc609a
commit
01b558c8b4
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue