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 '{}' \;
|
||
|---|---|---|
| .. | ||
| resources/classes | ||
| app_config.php | ||
| app_defaults.php | ||
| app_languages.php | ||
| app_menu.php | ||
| extension_copy.php | ||
| extension_delete.php | ||
| extension_download.php | ||
| extension_edit.php | ||
| extensions.php | ||
| root.php | ||