We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a69a7 commit 134be0aCopy full SHA for 134be0a
resources/views/update.blade.php
@@ -4,7 +4,7 @@
4
<div class="container">
5
6
<?php // Requests newest version from server and sets it as variable
7
- $Vgit = file_get_contents("https://julianprieber.github.io/littlelink-custom/version.json");
+ $Vgit = file_get_contents("https://version.littlelink-custom.com/");
8
9
// Requests current version from the local version file and sets it as variable
10
$Vlocal = file_get_contents(base_path("version.json"));
0 commit comments