From f76a557055187f4c7bebe51fc0df937c16f7aaac Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Thu, 24 Nov 2022 22:24:39 +0100 Subject: [PATCH] Update update.blade.php --- resources/views/update.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php index 27483a4..09ef0da 100644 --- a/resources/views/update.blade.php +++ b/resources/views/update.blade.php @@ -72,7 +72,7 @@ // Download the zip file -$latestversion = trim(file_get_contents("https://raw.githubusercontent.com/JulianPrieber/littlelink-custom/main/version.json")); +$latestversion = trim(file_get_contents("https://version.littlelink-custom.com/")); if(env('JOIN_BETA') === true){ $fileUrl = 'https://update.littlelink-custom.com/beta/'. $latestversion . '.zip'; @@ -135,7 +135,7 @@ exit(); ?>