This commit is contained in:
Marcel Pociot
2021-06-17 17:56:12 +02:00
parent 5ad9f01e55
commit 520a5afb1f
4 changed files with 13 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ class DashboardController extends Controller
public function handle(Request $request, ConnectionInterface $httpConnection)
{
$httpConnection->send(respond_html($this->getView($httpConnection, 'client.dashboard', [
'user' => Client::$user,
'subdomains' => Client::$subdomains,
'max_logs'=> config()->get('expose.max_logged_requests', 10),
])));