Browse Source

Update Setup.php

tags/v12.0.0beta1
KB7777 7 years ago
parent
commit
7347849bf9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/Setup.php

+ 1
- 1
lib/private/Setup.php View File

public static function protectDataDirectory() { public static function protectDataDirectory() {
//Require all denied //Require all denied
$now = date('Y-m-d H:i:s'); $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.= "# line below if for Apache 2.4\n";
$content.= "<ifModule mod_authz_core.c>\n"; $content.= "<ifModule mod_authz_core.c>\n";
$content.= "Require all denied\n"; $content.= "Require all denied\n";

Loading…
Cancel
Save