Kaynağa Gözat

new dns helper class

andre 6 ay önce
ebeveyn
işleme
9741543c62
1 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 2 4
      core/Http/Response.php

+ 2 - 4
core/Http/Response.php

@@ -170,9 +170,7 @@ class Response extends SymfonyRespose
 
         $addon = ServiceLocator::call(Config::class);
         $productManager = new ProductManager();
-        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'serverdata']);
-    //    $productManager->loadByHostingId($params['packageid']);
-
+        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'nameserver1ip']);
         $vars = [
             'assetsURL'                => BuildUrl::getAssetsURL(),
             'customAssetsURL'          => BuildUrl::getAssetsURL(true),
@@ -200,7 +198,7 @@ class Response extends SymfonyRespose
 	    	__FUNCTION__,
             $params,
     		'Debug',
-	    	'test'
+	    	$this
     	);
 
         try