fusionpbx/core/users
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 Group Manager: Fix group permission protection feature. 2015-04-15 04:28:26 +00:00
app_config.php \r\n --> \n 2016-04-25 20:30:23 -05:00
app_defaults.php Add a default group check. 2016-04-03 11:54:09 -06:00
app_languages.php \r\n --> \n 2016-04-25 20:30:23 -05:00
app_menu.php \r\n --> \n 2016-04-25 20:30:23 -05:00
group_permissions.php Misc: Fix datetimepicker on Time Conditions, CDR, Contact Times, etc. 2016-04-13 13:23:07 -06:00
groupadd.php Groups: Integrate Show All and ability to edit assigned Domain. Create, edit, delete non-default groups. 2015-03-31 21:47:31 +00:00
groupdelete.php Groups: Better DB record management on Group rename and Group Domain change. 2015-04-01 08:17:51 +00:00
groupedit.php \r\n --> \n 2016-04-25 20:30:23 -05:00
groupmemberadd.php Groups: Integrate Show All and ability to edit assigned Domain. Create, edit, delete non-default groups. 2015-03-31 21:47:31 +00:00
groupmemberdelete.php Groups: Integrate Show All and ability to edit assigned Domain. Create, edit, delete non-default groups. 2015-03-31 21:47:31 +00:00
groupmembers.php Group Members: Order by Domain, then by User. 2015-05-10 06:13:05 +00:00
groups.php Allow deleting system default groups. 2016-03-31 11:01:39 -06:00
index.php Increase the security on accounts -> users list and streamline the search. 2015-03-27 16:18:30 +00:00
permissions_copy.php Use the new multi-lingual code on fusionpbx/core sub directories. 2015-01-18 09:22:07 +00:00
permissions_default.php Use the new multi-lingual code on fusionpbx/core sub directories. 2015-01-18 09:22:07 +00: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
signup.php Devices, Extensions, Gateways, Users: Bypass browser password manager prompt when saving. 2016-02-25 18:19:51 -07:00
user_setting_delete.php User Settings: Fix delete setting, move bulk delete function to user_setting_delete.php. 2016-03-03 11:28:35 -07:00
user_setting_edit.php Default/Domain/User Settings: Handle boolean value for menu_main_icons setting. 2016-04-05 17:24:22 -06:00
user_settings.php Default/Domain/User Settings: Handle boolean value for menu_main_icons setting. 2016-04-05 17:24:22 -06:00
userdelete.php Users: Added ability to move User to different domain. Also remove User Settings upon delete. 2015-03-31 00:54:24 +00:00
users.php Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
usersupdate.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