mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Include visitor IP address in debug output
This commit is contained in:
parent
a6a1b25f2d
commit
7298adf855
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
Request / Response
|
||||
==================
|
||||
Request URL: <?php echo $data->url . "\n"; ?>
|
||||
Request IP Address: <?php echo \RX_CLIENT_IP . "\n"; ?>
|
||||
Request Method: <?php echo $data->request->method . "\n" ?>
|
||||
Request Body Size: <?php echo $data->request->size . "\n" ?>
|
||||
Response Method: <?php echo $data->response->method . "\n"; ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue