From fe7fc9f714dd8e418302935bcfd2d175d2e7aefa Mon Sep 17 00:00:00 2001
From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com>
Date: Thu, 17 Mar 2022 21:27:43 +0100
Subject: [PATCH] Updated Domain
---
README.md | 4 ++--
resources/views/layouts/sidebar.blade.php | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 13d0b66..07dc533 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
-
+
@@ -60,7 +60,7 @@ Feel free to register your account and try out all the features of LittleLink Cu
-
+
## Features
diff --git a/resources/views/layouts/sidebar.blade.php b/resources/views/layouts/sidebar.blade.php
index 2b7f836..9456227 100755
--- a/resources/views/layouts/sidebar.blade.php
+++ b/resources/views/layouts/sidebar.blade.php
@@ -146,7 +146,7 @@
return str_contains(get_headers($url)[0], "200 OK");
}
// Sets $ServerExists to true if URL exists
- if (URL_exists("https://littlelink-custom.tru.io/version.json")){
+ if (URL_exists("https://littlelink-custom.com/version.json")){
$ServerExists = "true";
}
} catch (exception $e) {
@@ -158,7 +158,7 @@
@if(file_exists(base_path("version.json")) and $ServerExists == 'true')
@if(auth()->user()->role == 'admin' and $Vgit > $Vlocal)
- An update is available
+ An update is available
@endif
@endif