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 | ||
| call_center_agent_delete.php | ||
| call_center_agent_edit.php | ||
| call_center_agent_status.php | ||
| call_center_agents.php | ||
| call_center_queue_delete.php | ||
| call_center_queue_edit.php | ||
| call_center_queues.php | ||
| call_center_tier_edit.php | ||
| cmd.php | ||
| root.php | ||