@@ -26,6 +26,15 @@ class Home extends AbstractClientController
public function index()
{
+
+ logModuleCall(
+ 'ProxmoxVps',
+ __FUNCTION__,
+ $params,
+ 'debug',
+ $this
+ );
if ($this->getWhmcsParamByKey('status') != 'Active')
return;