Merge pull request #3612 from KB7777/patch-1

Update Setup.php
This commit is contained in:
Roeland Jago Douma 2017-02-24 16:33:42 +01:00 committed by GitHub
commit fa7e30fb20
1 changed files with 1 additions and 1 deletions

View File

@ -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";