1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-19 23:56:17 +02:00

Rename referer->referrer and server_name->server, update changelog

This commit is contained in:
Jordi Boggiano
2012-04-22 11:26:54 +02:00
parent b4c12e9f2c
commit 3c4bc178cc
3 changed files with 7 additions and 6 deletions

View File

@@ -56,8 +56,8 @@ class WebProcessor
'url' => $this->serverData['REQUEST_URI'],
'ip' => $this->serverData['REMOTE_ADDR'],
'http_method' => $this->serverData['REQUEST_METHOD'],
'server_name' => $this->serverData['SERVER_NAME'],
'referer' => $this->serverData['HTTP_REFERER'],
'server' => $this->serverData['SERVER_NAME'],
'referrer' => $this->serverData['HTTP_REFERER'],
)
);