Skip to content
Snippets Groups Projects
Commit 4946224f authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

outputting agent too

parent ebb27831
No related branches found
No related tags found
2 merge requests!1513Development,!1512Resolve "Test Proxy Forwarding"
......@@ -176,7 +176,7 @@ Route::group(
Route::get('check', 'AdminInterface@check');
Route::get('engines', 'AdminInterface@engines');
Route::get('ip', function () {
dd(Request::ip());
dd(Request::ip(), $_SERVER["AGENT"]);
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment