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