From 23be188a49ae0bb97eeb05b5f318f39ee7dc34ef Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 15 May 2017 19:28:26 -0700 Subject: [PATCH] Fixes #3579 --- resources/views/setup/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/setup/index.blade.php b/resources/views/setup/index.blade.php index cd6ed270b1..602b272758 100644 --- a/resources/views/setup/index.blade.php +++ b/resources/views/setup/index.blade.php @@ -70,7 +70,7 @@ Create a User :: @if (!$start_settings['env_exposed']) Sweet. It doesn't look like your .env file is exposed to the outside world. (You should double check this in a browser though. You don't ever want anyone able to see that file. Ever. Ever ever.) Click here to check now (This should return a file not found or forbidden error.) @else - Please make sure your .env. You don't ever want anyone able to see that file. Ever. Ever ever. Click here to check now (This should return a file not found or forbidden error.) + Please make sure your .env is not readable by the outside world via web browser. You don't ever want anyone able to see that file. Ever. Ever ever. An exposed .env file can disclose sensitive data about your system and database. Click here to check now (This should return a file not found or forbidden error.) @endif