mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-05-29 04:22:25 -04:00
Fix tpyo
This commit is contained in:
parent
775626f25b
commit
4801c04b65
@ -77,7 +77,7 @@ if(trim($useed) == "beta"){
|
|||||||
$remoteversion = file_get_contents("https://skyfallenhosted.ml/serverstatus/versionauthority/beta/version");
|
$remoteversion = file_get_contents("https://skyfallenhosted.ml/serverstatus/versionauthority/beta/version");
|
||||||
$remotedl = file_get_contents("https://skyfallenhosted.ml/serverstatus/versionauthority/beta/dl");
|
$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)){
|
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."'");
|
die("Your installation is not upp to date! Download the new update from: '".$remotedl."' Your version is:'".$appversion."' Remote Authority Version is:'".$remoteversion."'");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user