Przeglądaj źródła

debug clientarea

andre 2 lat temu
rodzic
commit
fad263812c
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      app/Http/Client/Home.php

+ 3 - 3
app/Http/Client/Home.php

@@ -32,11 +32,11 @@ class Home extends AbstractClientController
             $this->getWhmcsParamByKey('status')
         ); 
 
-        if ($this->getWhmcsParamByKey('status') === 'Active')
-        {
+//        if ($this->getWhmcsParamByKey('status') === 'Active')
+//        {
             $response = Helper\view()->addElement(Dashboard::class);
             return $response;
-        }
+//        }
 
     }