ソースを参照

Update Setup.php

tags/v12.0.0beta1
KB7777 7年前
コミット
7347849bf9
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      lib/private/Setup.php

+ 1
- 1
lib/private/Setup.php ファイルの表示

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

読み込み中…
キャンセル
保存