File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 3636 @else
3737 &ensp ; <a class =" btn" href =" {{ url ()-> current ()} } /?backup" ><button ><i class =" fa-solid fa-user-gear btn" ></i > Update automatically</button ></a >&ensp ;
3838 @endif
39- &ensp ; <a class =" btn" href =" https://littlelink-custom.com/update" ><button ><i class =" fa-solid fa-download btn" ></i > Update manually</button ></a >&ensp ;
39+ &ensp ; <a class =" btn" href =" https://littlelink-custom.com/update" target = " _blank " ><button ><i class =" fa-solid fa-download btn" ></i > Update manually</button ></a >&ensp ;
4040 </div >
4141 @endif
4242
120120 <div class =" logo-centered" >l</div >
121121 </div >
122122 <h1 >Success!</h1 >
123+ @if (env (' JOIN_BETA' ) === true )
124+ <p ><?php echo " latest beta version= " . file_get_contents (" https://update.littlelink-custom.com/beta/vbeta.json" ); ? > </p >
125+ <p ><?php if (file_exists (base_path (" vbeta.json" ))) {echo " installed beta version= " . file_get_contents (base_path (" vbeta.json" ));} else {echo " installed beta version= none" ;} ? > </p >
126+ <p ><?php if ($Vgit > $Vlocal ) {echo " You need to update to the latest mainline release" ;} else {echo " You're running the latest mainline release" ;} ? > </p >
127+ @else
123128 <h4 class =" " >The update was successful, you can now return to the Admin Panel:</h4 >
129+ @endif
124130 <br ><div class =" row" >
125131 &ensp ; <a class =" btn" href =" {{ route (' studioIndex' ) } }" ><button ><i class =" fa-solid fa-house-laptop btn" ></i > Admin Panel</button ></a >&ensp ;
132+
133+ @if (env (' JOIN_BETA' ) === true )
134+ &ensp ; <a class =" btn" href =" {{ url ()-> current ()} } /" ><button ><i class =" fa-solid fa-arrow-rotate-right btn" ></i > Run again</button ></a >&ensp ;
135+ @endif
126136 </div >
127137
128138@endif
You can’t perform that action at this time.
0 commit comments