Update Setup.php

pull/3612/head
KB7777 7 years ago committed by GitHub
parent d0980bec73
commit 7347849bf9

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

Loading…
Cancel
Save