diff options
author | KB7777 <k.burkowski@gmail.com> | 2017-02-24 12:13:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-24 12:13:26 +0100 |
commit | 7347849bf9ffcae7190558b04b7aac9ae7e427ae (patch) | |
tree | f414247f74d95ccf6918b3f1a2fb348599e983f8 /lib | |
parent | d0980bec73858b0fe9795a8dfae1118e4bebd2a3 (diff) | |
download | nextcloud-server-7347849bf9ffcae7190558b04b7aac9ae7e427ae.tar.gz nextcloud-server-7347849bf9ffcae7190558b04b7aac9ae7e427ae.zip |
Update Setup.php
Diffstat (limited to 'lib')
-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"; |