Update sidebar.blade.php

This commit is contained in:
Julian Prieber 2022-11-19 12:21:44 +01:00
parent bfb75e1d1d
commit 30ac613a9b
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ if($url1sb == '200' or $url2sb == '200') {
<! #### end update detection #### >
@if(auth()->user()->role == 'admin' and $compromised === "true")
<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>
<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>
@endif
@if(env('JOIN_BETA') === true)