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 @@ -146,7 +146,7 @@ function URL_exists(string $url): bool
146
146
return str_contains (get_headers ($url )[0 ], " 200 OK" );
147
147
}
148
148
// Sets $ServerExists to true if URL exists
149
- if (URL_exists (" https://littlelink-custom.com /version.json" )){
149
+ if (URL_exists (" https://julianprieber.github.io/ littlelink-custom/version.json" )){
150
150
$ServerExists = " true" ;
151
151
}
152
152
} catch (exception $e ) {
@@ -158,7 +158,7 @@ function URL_exists(string $url): bool
158
158
@if (file_exists (base_path (" version.json" )) and $ServerExists == ' true' )
159
159
160
160
<?php // Requests newest version from server and sets it as variable
161
- $Vgit = file_get_contents (" https://littlelink-custom.com /version.json" );
161
+ $Vgit = file_get_contents (" https://julianprieber.github.io/ littlelink-custom/version.json" );
162
162
163
163
// Requests current version from the local version file and sets it as variable
164
164
$Vlocal = file_get_contents (base_path (" version.json" ));
You can’t perform that action at this time.
0 commit comments