|
@@ -24,14 +24,6 @@ class Home extends AbstractClientController
|
|
|
public function index()
|
|
public function index()
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
- logModuleCall(
|
|
|
|
|
- 'kerioEmail',
|
|
|
|
|
- __FUNCTION__,
|
|
|
|
|
- $this,
|
|
|
|
|
- 'Debug Home',
|
|
|
|
|
- $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);
|