Browse Source

new check_configure_kerio_buisness_mail.tpl

andre 6 months ago
parent
commit
f7ad4697c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/Http/Response.php

+ 1 - 1
core/Http/Response.php

@@ -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),