fusionpbx/app/conferences
Harry G. Coin 91a92d8e5e \r\n --> \n
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 '{}' \;
2016-04-25 20:30:23 -05:00
..
app_config.php Escape the $ in the domain_uuid variable. 2015-08-05 18:17:39 -05:00
app_languages.php First pass on app/* 2015-12-10 10:12:41 +00:00
app_menu.php \r\n --> \n 2016-04-25 20:30:23 -05:00
conference_delete.php Add a few comments and adjust the indentation. 2015-04-22 18:11:41 +00:00
conference_edit.php Add a few comments and adjust the indentation. 2015-04-22 18:11:41 +00:00
conferences.php Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
root.php Rename .project.ROOT to project_root.php this conforms better with current file naming standards. 2016-02-22 14:01:18 -07:00