File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
22
<div class =" logo-centered" >l</div >
23
23
</div >
24
24
<h1 >Updater</h1 >
25
+ @if (strtoupper (substr (PHP_OS , 0 , 3 )) === ' WIN' )
26
+ <h4 class =" " >The updater only works on Linux based systems.</h4 >
27
+ <a class =" btn" href =" https://littlelink-custom.com/update" ><button style =" " ><i class =" fa-solid fa-download btn" ></i > Update manually</button ></a >
28
+ @else
25
29
<h4 class =" " >You can update your installation automatically or download the update and install it manually:</h4 >
26
30
<br ><div class =" row" >
27
31
&ensp ; <a class =" btn" href =" {{ url ()-> current ()} } /?backup" ><button style =" " ><i class =" fa-solid fa-user-gear btn" ></i > Update automatically</button ></a >&ensp ;
28
32
&ensp ; <a class =" btn" href =" https://littlelink-custom.com/update" ><button style =" " ><i class =" fa-solid fa-download btn" ></i > Update manually</button ></a >&ensp ;
29
33
</div >
34
+ @endif
30
35
31
36
@endif
32
37
You can’t perform that action at this time.
0 commit comments