Update update.blade.php

This commit is contained in:
Julian Prieber 2022-11-09 17:03:56 +01:00
parent 11a69a7483
commit 134be0ad61
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="container">
<?php // Requests newest version from server and sets it as variable
$Vgit = file_get_contents("https://julianprieber.github.io/littlelink-custom/version.json");
$Vgit = file_get_contents("https://version.littlelink-custom.com/");
// Requests current version from the local version file and sets it as variable
$Vlocal = file_get_contents(base_path("version.json"));