Browse Source

new dns helper class

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

+ 1 - 0
core/Http/Response.php

@@ -169,6 +169,7 @@ class Response extends SymfonyRespose
 
 
         $addon = ServiceLocator::call(Config::class);
         $addon = ServiceLocator::call(Config::class);
         $params['domain'] = $this->getWhmcsParamByKey('domain');
         $params['domain'] = $this->getWhmcsParamByKey('domain');
+        $params['userid'] = $this->getWhmcsParamByKey('userid');
 
 
         $vars = [
         $vars = [
             'assetsURL'                => BuildUrl::getAssetsURL(),
             'assetsURL'                => BuildUrl::getAssetsURL(),