kassner / log-parser

PHP Web Server Log Parser Library
Apache License 2.0
339 stars 64 forks source link

Allow `@` (at sign) when parsing remote user format string. #61

Closed aaronweeden closed 11 months ago

aaronweeden commented 11 months ago

This adds @ (at sign) to the allowable characters when parsing the remote user format string (%u).

kassner commented 11 months ago

@aaronweeden thank you for the contribution!