fusionpbx/core/default_settings
Harry G. Coin bda6861f88 \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 Change the primary key for v_languages from languages_uuid to language_uuid. 2015-01-18 11:13:49 +00:00
app_defaults.php \r\n --> \n 2016-04-25 20:30:23 -05:00
app_languages.php \r\n --> \n 2016-04-25 20:30:23 -05:00
app_menu.php Add latest translations 2015-06-29 03:19:56 +00:00
default_setting_edit.php Default/Domain/User Settings: Handle boolean value for menu_main_icons setting. 2016-04-05 17:24:22 -06:00
default_setting_toggle.php \r\n --> \n 2016-04-25 20:30:23 -05:00
default_settings.php Default/Domain/User Settings: Handle boolean value for menu_main_icons setting. 2016-04-05 17:24:22 -06:00
default_settings_reload.php \r\n --> \n 2016-04-25 20:30:23 -05: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