Skip to content

Commit 134be0a

Browse files
committed
Update update.blade.php
1 parent 11a69a7 commit 134be0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/update.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="container">
55

66
<?php // Requests newest version from server and sets it as variable
7-
$Vgit = file_get_contents("https://julianprieber.github.io/littlelink-custom/version.json");
7+
$Vgit = file_get_contents("https://version.littlelink-custom.com/");
88
99
// Requests current version from the local version file and sets it as variable
1010
$Vlocal = file_get_contents(base_path("version.json"));

0 commit comments

Comments
 (0)