|
@@ -32,11 +32,11 @@ class Home extends AbstractClientController
|
|
|
$this->getWhmcsParamByKey('status')
|
|
$this->getWhmcsParamByKey('status')
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
- if ($this->getWhmcsParamByKey('status') === 'Active')
|
|
|
|
|
- {
|
|
|
|
|
|
|
+// if ($this->getWhmcsParamByKey('status') === 'Active')
|
|
|
|
|
+// {
|
|
|
$response = Helper\view()->addElement(Dashboard::class);
|
|
$response = Helper\view()->addElement(Dashboard::class);
|
|
|
return $response;
|
|
return $response;
|
|
|
- }
|
|
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|