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 72
72
73
73
// Download the zip file
74
74
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/ " ));
76
76
77
77
if (env (' JOIN_BETA' ) === true ){
78
78
$fileUrl = ' https://update.littlelink-custom.com/beta/' . $latestversion . ' .zip' ;
135
135
136
136
<?php // Get update preperation script from GitHub
137
137
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 ' );
139
139
$newfile = base_path (' resources/views/components/pre-update.blade.php' );
140
140
file_put_contents ($newfile , $file );
141
141
} catch (exception $e ) {}
You can’t perform that action at this time.
0 commit comments