fusionpbx/app/devices
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 Change the vendor ID hex number to lower case and re-use prov object that already exists. 2016-01-09 11:50:49 -07:00
app_config.php Change device_provision_enable to device_enabled to make it consistent with the rest of the fields that are used for to enable and disable something. 2016-03-11 11:46:02 -07: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-08-02 23:42:11 +00:00
device_copy.php \r\n --> \n 2016-04-25 20:30:23 -05:00
device_delete.php Improve the security on the delete for devices by validating the uuid and fix the delete when deleting a key from a global device profile. 2015-03-07 07:03:22 +00:00
device_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
device_key_delete.php Fix the device key delete. 2015-03-08 03:26:25 +00:00
device_key_edit.php Visual adjustments. 2015-02-15 09:20:19 +00:00
device_line_delete.php Improve the security on the delete for devices by validating the uuid and fix the delete when deleting a key from a global device profile. 2015-03-07 07:03:22 +00:00
device_line_edit.php Visual adjustments. 2015-02-15 09:20:19 +00:00
device_profile_copy.php \r\n --> \n 2016-04-25 20:30:23 -05:00
device_profile_delete.php \r\n --> \n 2016-04-25 20:30:23 -05:00
device_profile_edit.php \r\n --> \n 2016-04-25 20:30:23 -05:00
device_profiles.php \r\n --> \n 2016-04-25 20:30:23 -05:00
device_setting_delete.php Improve the security on the delete for devices by validating the uuid and fix the delete when deleting a key from a global device profile. 2015-03-07 07:03:22 +00:00
device_setting_edit.php Visual adjustments. 2015-02-15 09:20:19 +00:00
device_settings.php Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
devices.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