mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-23 07:50:23 +01:00
Update update.blade.php
This commit is contained in:
parent
fac3059051
commit
6424352e10
@ -4,7 +4,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<?php // Requests newest version from server and sets it as variable
|
<?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
|
// Requests current version from the local version file and sets it as variable
|
||||||
$Vlocal = file_get_contents(base_path("version.json"));
|
$Vlocal = file_get_contents(base_path("version.json"));
|
||||||
|
Loading…
Reference in New Issue
Block a user