|
|
@@ -170,7 +170,7 @@ class Response extends SymfonyRespose
|
|
|
$addon = ServiceLocator::call(Config::class);
|
|
|
$server = Server::select('id', 'nameserver1ip', 'nameserver2ip')->findOrFail($this->getWhmcsParamByKey('serverid'));
|
|
|
$nameserver = array(trim($server->nameserver1ip), trim($server->nameserver2ip));
|
|
|
- $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'domainid', 'configoptions']);
|
|
|
+ $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'domainid', 'configoption1']);
|
|
|
$vars = [
|
|
|
'assetsURL' => BuildUrl::getAssetsURL(),
|
|
|
'customAssetsURL' => BuildUrl::getAssetsURL(true),
|