send( str(new Response( 200, ['Content-Type' => 'text/html'], $this->getView('client.dashboard', [ 'subdomains' => Client::$subdomains, ]) )) ); $connection->close(); } }