tag_name;
// Requests current version from the local version file and sets it as variable
$Vlocal = 'v' . file_get_contents(base_path("version.json"));
?>
@if(auth()->user()->role == 'admin' and $Vgit > $Vlocal or env('JOIN_BETA') === true)
@if($_SERVER['QUERY_STRING'] === '')
l
Updater
@if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
The updater only works on Linux based systems.
@else
@if(env('JOIN_BETA') === true)
$Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?>
@else
You can update your installation automatically or download the update and install it manually: