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