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 | ||
| email_cron.php | ||
| email_delete.php | ||
| email_view.php | ||
| emails.php | ||
| root.php | ||