From 7347849bf9ffcae7190558b04b7aac9ae7e427ae Mon Sep 17 00:00:00 2001 From: KB7777 Date: Fri, 24 Feb 2017 12:13:26 +0100 Subject: Update Setup.php --- lib/private/Setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/private/Setup.php b/lib/private/Setup.php index 0fa9cf3224d..13e6ae2862b 100644 --- a/lib/private/Setup.php +++ b/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.= "\n"; $content.= "Require all denied\n"; -- cgit v1.2.3