diff options
author | MichaIng <28480705+MichaIng@users.noreply.github.com> | 2019-08-19 15:29:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-19 15:29:48 +0200 |
commit | 01b558c8b4998733358dc1181fb9dc7084fdce2d (patch) | |
tree | 6553385adb628ca2905d7490a6e21e40442008aa | |
parent | e84cdc609a87d46db737e1dbdc5680321ce6939d (diff) | |
download | nextcloud-server-01b558c8b4998733358dc1181fb9dc7084fdce2d.tar.gz nextcloud-server-01b558c8b4998733358dc1181fb9dc7084fdce2d.zip |
Update lib/private/Setup.php
+ Remove unnecessary spaces from code
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
-rw-r--r-- | lib/private/Setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Setup.php b/lib/private/Setup.php index 024d0754c61..d40e03062be 100644 --- a/lib/private/Setup.php +++ b/lib/private/Setup.php @@ -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"; |