We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6e71478 commit 2be07f8Copy full SHA for 2be07f8
index.php
@@ -193,7 +193,7 @@
193
</button>
194
<a class="navbar-brand" href="https://github.com/TGRHavoc/">
195
<img src="https://avatars1.githubusercontent.com/u/1770893?s=460&v=4" style="max-height: 30px" >
196
- Live Map
+ Live Map v<?php echo Update::$version ?>
197
</a>
198
199
<div class="collapse navbar-collapse" id="navbarNav">
utils/update_checker.php
@@ -2,7 +2,7 @@
2
3
class Update{
4
5
- private static $version = "2.1.3";
+ public static $version = "2.1.3";
6
private static $url = "https://raw.githubusercontent.com/TGRHavoc/live_map-interface/master/version.json";
7
private static $downloadUrl = "http://github.com/TGRHavoc/live_map-interface";
8
private static $latestVer = "";
0 commit comments