You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/components/config/diagnose.blade.php
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -56,47 +56,47 @@ function getUrlSatusCode($url, $timeout = 3)
56
56
<ahref="https://docs.littlelink-custom.com/d/installation-requirements/"target="_blank"><h4style="color:tomato;">Your security is at risk. Some files can be accessed by everyone. Immediate action is required! <br> Click this message to learn more.</h4></a>
57
57
@endif
58
58
59
-
<h3class="mb-4">Write access</h3>
60
-
<p>Here, you can easily verify if important system files can be written to. This is important for every function to work properly. Entries marked with a '✔️' work as expected, entries marked with a '❌' do not.</p>
59
+
<h3class="mb-4">Security</h3>
60
+
<p>Here, you can easily verify if critical system files can be accessed externally. It is important that these files cannot be accessed, otherwise user data like passwords could get leaked. Entries marked with a '✔️' cannot be accessed externally, entries marked with a '❗' can be accessed by anyone and require immediate action to protect your data.</p>
61
61
62
62
<tableclass="table table-bordered">
63
63
<thead>
64
64
<tr>
65
-
<thscope="col"style="width: 90%;">File</th>
65
+
<thscope="col"style="width: 90%;">Link</th>
66
66
<thtitle="You can hover over entries to learn more about their current status"style="cursor: help;"scope="col">Hover for more</th>
<p>Here, you can easily verify if critical system files can be accessed externally. It is important that these files cannot be accessed, otherwise user data like passwords could get leaked. Entries marked with a '✔️' cannot be accessed externally, entries marked with a '❗' can be accessed by anyone and require immediate action to protect your data.</p>
82
+
<br><h3class="mb-4">Write access</h3>
83
+
<p>Here, you can easily verify if important system files can be written to. This is important for every function to work properly. Entries marked with a '✔️' work as expected, entries marked with a '❌' do not.</p>
83
84
84
85
<tableclass="table table-bordered">
85
86
<thead>
86
87
<tr>
87
-
<thscope="col"style="width: 90%;">Link</th>
88
+
<thscope="col"style="width: 90%;">File</th>
88
89
<thtitle="You can hover over entries to learn more about their current status"style="cursor: help;"scope="col">Hover for more</th>
0 commit comments