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