mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixes #3579
This commit is contained in:
parent
fdd88af44a
commit
23be188a49
|
@ -70,7 +70,7 @@ Create a User ::
|
||||||
@if (!$start_settings['env_exposed'])
|
@if (!$start_settings['env_exposed'])
|
||||||
Sweet. It doesn't look like your <code>.env</code> 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.) <a href="../../.env">Click here to check now</a> (This should return a file not found or forbidden error.)
|
Sweet. It doesn't look like your <code>.env</code> 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.) <a href="../../.env">Click here to check now</a> (This should return a file not found or forbidden error.)
|
||||||
@else
|
@else
|
||||||
Please make sure your <code>.env</code>. You don't ever want anyone able to see that file. Ever. Ever ever. <a href="../../.env">Click here to check now</a> (This should return a file not found or forbidden error.)
|
Please make sure your <code>.env</code> 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 <code>.env</code> file can disclose sensitive data about your system and database. <a href="../../.env">Click here to check now</a> (This should return a file not found or forbidden error.)
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue