- Issue created by @prudloff
- 🇫🇷France prudloff Lille
I had to use a trim because the browser can send \r\n line breaks and PHP_EOL can be just \n depending on the OS. So it could leave dangling \r characters.
- First commit to issue fork.
-
pilulu →
committed db89629c on 1.0.x authored by
prudloff →
Issue #3526567 by prudloff: Wrong config type
-
pilulu →
committed db89629c on 1.0.x authored by
prudloff →
- 🇫🇷France pilulu Paris
It works like a charm.
Thanks a lot.I've also noticed sometimes the line breaks that you have mentionned.