kassner / log-parser

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

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

Closed aaronweeden closed 9 months ago

aaronweeden commented 9 months ago

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

kassner commented 9 months ago

@aaronweeden thank you for the contribution!