andre пре 1 година
родитељ
комит
9719437efd
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      app/Http/Client/Home.php

+ 9 - 0
app/Http/Client/Home.php

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