removed.upgrade.host

This commit is contained in:
Xenomporio
2022-06-13 18:15:21 +02:00
parent ab4d7c2ac8
commit cd5c1cd5b4
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class Config
public function __construct()
{
$this->updateHost = getenv('XENTRAL_UPDATE_HOST') ?: 'update.xentral.biz';
$this->updateHost = getenv('XENTRAL_UPDATE_HOST') ?: 'removed.upgrade.host';
include("user.inc.php");