@@ -23,6 +23,14 @@ class Home extends AbstractClientController
public function index()
{
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $this,
+ 'Debug Home',
+ 'Home starts here'
+ );
+
if ($this->getWhmcsParamByKey('status') === 'Active')