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 2222 <div class =" logo-centered" >l</div >
2323 </div >
2424 <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
2529 <h4 class =" " >You can update your installation automatically or download the update and install it manually:</h4 >
2630 <br ><div class =" row" >
2731 &ensp ; <a class =" btn" href =" {{ url ()-> current ()} } /?backup" ><button style =" " ><i class =" fa-solid fa-user-gear btn" ></i > Update automatically</button ></a >&ensp ;
2832 &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 ;
2933 </div >
34+ @endif
3035
3136@endif
3237
You can’t perform that action at this time.
0 commit comments