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 '{}' \;
|
||
|---|---|---|
| .. | ||
| filters | ||
| fpdf_tpl.php | ||
| fpdi.php | ||
| fpdi_bridge.php | ||
| fpdi_pdf_parser.php | ||
| pdf_context.php | ||
| pdf_parser.php | ||