Add some additional info to update notification

This commit is contained in:
Yiğit Kerem Oktay 2020-08-17 00:13:26 +03:00 committed by GitHub
parent 5a15207476
commit 0693327a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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");