From fe7180faf60797240a3257fcf98f521d238036c2 Mon Sep 17 00:00:00 2001
From: SuperDev
Date: Thu, 22 Dec 2022 21:35:40 -0600
Subject: [PATCH] Update index.php
---
admin/dashboard/index.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/admin/dashboard/index.php b/admin/dashboard/index.php
index 75fc0ca..ed3933c 100644
--- a/admin/dashboard/index.php
+++ b/admin/dashboard/index.php
@@ -117,9 +117,10 @@ $version_filename = 'latest.txt?token=GHSAT0AAAAAAB4S7HM4SZGF7VWPABQO3KRSY5FDV4Q
=version?>
version){
+ if($server_version > version){
echo 'update available
';
}
+ echo $server_version;
?>