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 '{}' \;
|
||
|---|---|---|
| .. | ||
| app_config.php | ||
| app_languages.php | ||
| app_menu.php | ||
| ring_group_delete.php | ||
| ring_group_destination_delete.php | ||
| ring_group_destination_edit.php | ||
| ring_group_edit.php | ||
| ring_group_forward.php | ||
| ring_groups.php | ||
| root.php | ||