Update Setup.php

This commit is contained in:
KB7777 2017-02-24 12:13:26 +01:00 committed by GitHub
parent d0980bec73
commit 7347849bf9

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