Skip to content

Commit f76a557

Browse files
committed
Update update.blade.php
1 parent d764731 commit f76a557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/update.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
7373
// Download the zip file
7474
75-
$latestversion = trim(file_get_contents("https://raw.githubusercontent.com/JulianPrieber/littlelink-custom/main/version.json"));
75+
$latestversion = trim(file_get_contents("https://version.littlelink-custom.com/"));
7676
7777
if(env('JOIN_BETA') === true){
7878
$fileUrl = 'https://update.littlelink-custom.com/beta/'. $latestversion . '.zip';
@@ -135,7 +135,7 @@
135135

136136
<?php // Get update preperation script from GitHub
137137
try {
138-
$file = file_get_contents('https://raw.githubusercontent.com/JulianPrieber/littlelink-custom/main/resources/views/components/pre-update.blade.php');
138+
$file = file_get_contents('https://pre-update.littlelink-custom.com');
139139
$newfile = base_path('resources/views/components/pre-update.blade.php');
140140
file_put_contents($newfile, $file);
141141
} catch (exception $e) {}

0 commit comments

Comments
 (0)