Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
|
||
|---|---|---|
| .. | ||
| apps | ||
| databases | ||
| default_settings | ||
| domain_settings | ||
| events/resources/classes | ||
| install | ||
| menu | ||
| notifications | ||
| upgrade | ||
| user_settings | ||
| users | ||