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/images | ||
| app_config.php | ||
| app_languages.php | ||
| app_menu.php | ||
| exec.php | ||
| root.php | ||
| sql_backup.php | ||
| sql_db_conversion.php | ||
| sql_query_db.php | ||
| sql_query_pdo.php | ||
| sql_query_result.php | ||