Skip to content

Commit 30ac613

Browse files
committed
Update sidebar.blade.php
1 parent bfb75e1 commit 30ac613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
385385
<! –– #### end update detection #### ––>
386386

387387
@if(auth()->user()->role == 'admin' and $compromised === "true")
388-
<a style="color:tomato;" class="nav-link" href="{{ url('panel/diagnose') }}" title="Your security is at risk. Some files can be accessed by everyone. Immediate action is required! Click this message to learn more.">Your security is at risk!</a>
388+
<a style="color:tomato;" class="nav-link" href="{{ url('panel/config#5') }}" title="Your security is at risk. Some files can be accessed by everyone. Immediate action is required! Click this message to learn more.">Your security is at risk!</a>
389389
@endif
390390

391391
@if(env('JOIN_BETA') === true)

0 commit comments

Comments
 (0)