mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Update Setup.php
This commit is contained in:
parent
d0980bec73
commit
7347849bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue