mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-05-29 04:22:25 -04:00
Add some additional info to update notification
This commit is contained in:
parent
5a15207476
commit
0693327a21
@ -79,7 +79,7 @@ $remotedl = file_get_contents("https://skkyfallenhosted.ml/serverstatus/versiona
|
||||
}
|
||||
if($db->getSetting($mysqli,"notifyUpdate") == "yes"){
|
||||
if($remoteversion != $appversion){
|
||||
die("Your installation is not upp to date! Download the new update from: '".$remotedl."'");
|
||||
die("Your installation is not upp to date! Download the new update from: '".$remotedl."' Your version is:'".$appversion."' Remote Authority Version is:'".$remoteversion."'");
|
||||
}
|
||||
}
|
||||
Template::render_header("Status");
|
||||
|
Loading…
x
Reference in New Issue
Block a user