Explorar el Código

debug clientarea

andre hace 2 años
padre
commit
fad263812c
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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;
-        }
+//        }
 
     }