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 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
7777if (env (' JOIN_BETA' ) === true ){
7878 $fileUrl = ' https://update.littlelink-custom.com/beta/' . $latestversion . ' .zip' ;
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 ) {}
You can’t perform that action at this time.
0 commit comments