diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-02-24 16:33:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-24 16:33:42 +0100 |
commit | fa7e30fb207d420a1b5540704a259a3b18d1523a (patch) | |
tree | f414247f74d95ccf6918b3f1a2fb348599e983f8 | |
parent | d0980bec73858b0fe9795a8dfae1118e4bebd2a3 (diff) | |
parent | 7347849bf9ffcae7190558b04b7aac9ae7e427ae (diff) | |
download | nextcloud-server-fa7e30fb207d420a1b5540704a259a3b18d1523a.tar.gz nextcloud-server-fa7e30fb207d420a1b5540704a259a3b18d1523a.zip |
Merge pull request #3612 from KB7777/patch-1
Update Setup.php
-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 0fa9cf3224d..13e6ae2862b 100644 --- a/lib/private/Setup.php +++ b/lib/private/Setup.php @@ -476,7 +476,7 @@ class Setup { public static function protectDataDirectory() { //Require all denied $now = date('Y-m-d H:i:s'); - $content = "# Generated by ownCloud on $now\n"; + $content = "# Generated by Nextcloud on $now\n"; $content.= "# line below if for Apache 2.4\n"; $content.= "<ifModule mod_authz_core.c>\n"; $content.= "Require all denied\n"; |