]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update Setup.php 3612/head
authorKB7777 <k.burkowski@gmail.com>
Fri, 24 Feb 2017 11:13:26 +0000 (12:13 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2017 11:13:26 +0000 (12:13 +0100)
lib/private/Setup.php

index 0fa9cf3224d215f101289c6285ccd30a0a440832..13e6ae2862b791b8ac9728db61900f50e0d8e66d 100644 (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";