This commit is contained in:
Yiğit Kerem Oktay 2020-08-17 00:35:41 +03:00 committed by GitHub
parent 775626f25b
commit 4801c04b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ if(trim($useed) == "beta"){
$remoteversion = file_get_contents("https://skyfallenhosted.ml/serverstatus/versionauthority/beta/version");
$remotedl = file_get_contents("https://skyfallenhosted.ml/serverstatus/versionauthority/beta/dl");
}
if($db->getSetting($mysqli,"notifyUpdate") == "yes"){
if($db->getSetting($mysqli,"notifyUpdates") == "yes"){
if(trim($remoteversion) != trim($appversion)){
die("Your installation is not upp to date! Download the new update from: '".$remotedl."' Your version is:'".$appversion."' Remote Authority Version is:'".$remoteversion."'");
}