Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
4946224f
Commit
4946224f
authored
Feb 07, 2020
by
Dominik Hebeler
Browse files
outputting agent too
parent
ebb27831
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
routes/web.php
View file @
4946224f
...
...
@@ -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"
]
);
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment