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/layouts/sidebar.blade.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,10 @@ function URL_exists(string $url): bool
251
251
<a style="color:tomato;" class="nav-link" href="{{url('panel/diagnose') }}" title="Yoursecurityisatrisk.Somefilescanbeaccessedbyeveryone.Immediateactionisrequired!Clickthismessagetolearnmore.">Your security is at risk!</a>
252
252
@endif
253
253
254
+
@if(env('JOIN_BETA') ===true)
255
+
<a style="color:tomato;" class="nav-link" href="{{url('update') }}">You are in BETA mode! <img src="https://img.shields.io/static/v1?label=installed:&message=<?phpif(file_exists(base_path("vbeta.json"))) {echofile_get_contents(base_path("vbeta.json"));} else {echo"none";} ?>&color=FFFFFF"> <img src="https://img.shields.io/static/v1?label=server:&message=<?phpechofile_get_contents("https://update.littlelink-custom.com/beta/vbeta.json"); ?>&color=FFFFFF"></a>
0 commit comments