fusionpbx/app/extensions
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
..
resources/classes Update extension.php 2015-12-09 14:04:26 -08:00
app_config.php Add a new permission extension_user_record to control who is able to see extension record. By default superadmin has this permission. 2016-01-27 15:56:22 -07:00
app_defaults.php Efficiency enhancement for upgrade and upgrade_schema by running global tasks one time rather than for each domain. 2012-08-14 21:59:45 +00:00
app_languages.php \r\n --> \n 2016-04-25 20:30:23 -05:00
app_menu.php Add latest translations 2015-08-02 23:42:11 +00:00
extension_copy.php Change. Use number_alias as voicemail_id. 2015-07-02 18:49:58 +04:00
extension_delete.php Extensions: Added bulk delete. 2016-03-16 18:48:42 -06:00
extension_download.php WhitespaceClean-app/batch_2 2016-03-11 12:01:24 +00:00
extension_edit.php The goal is to increase confidence in fusionpbx, one step is to run by default with error_reporting (E_ALL ^ E_NOTICE); 2016-04-25 20:19:58 -05:00
extensions.php Voicemail: Show Add button even when no Voicemails exist. 2016-03-31 18:03:32 -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