@@ -24,20 +24,11 @@ class Home extends AbstractClientController
public function index()
{
- logModuleCall(
- 'kerioEmail',
- __FUNCTION__,
- $params,
- 'Debug params',
- $this->getWhmcsParamByKey('status')
- );
-
-// if ($this->getWhmcsParamByKey('status') === 'Active')
-// {
+ if ($this->getWhmcsParamByKey('status') === 'Active')
+ {
$response = Helper\view()->addElement(Dashboard::class);
return $response;
-// }
+ }
}