File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 @else
2626 @if (env (' JOIN_BETA' ) === true )
2727 <p ><?php echo " latest beta version= " . file_get_contents (" https://update.littlelink-custom.com/beta/vbeta.json" ); ? > </p >
28- <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 >
28+ <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 >
2929 <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 >
3030 @else
3131 <h4 class =" " >You can update your installation automatically or download the update and install it manually:</h4 >
122122 <h1 >Success!</h1 >
123123 @if (env (' JOIN_BETA' ) === true )
124124 <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 >
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 >
126126 <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 >
127127 @else
128128 <h4 class =" " >The update was successful, you can now return to the Admin Panel:</h4 >
You can’t perform that action at this time.
0 commit comments