|
|
@@ -168,8 +168,7 @@ class Response extends SymfonyRespose
|
|
|
$menu = $mainMenu->getMenu();
|
|
|
|
|
|
$addon = ServiceLocator::call(Config::class);
|
|
|
- $params['domain'] = $this->getWhmcsParamByKey('domain');
|
|
|
- $params['userid'] = $this->getWhmcsParamByKey('userid');
|
|
|
+ $params = $this->getWhmcsPagetWhmcsParamsByKeysramByKeys(['domain', 'userid', 'serverhostname']);
|
|
|
|
|
|
$vars = [
|
|
|
'assetsURL' => BuildUrl::getAssetsURL(),
|