fusionpbx/resources/classes
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
..
event/handler WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
array_order.php Move the class files from includes to the resources directory. 2013-07-06 07:16:58 +00:00
cache.php \r\n --> \n 2016-04-25 20:30:23 -05:00
config.php \r\n --> \n 2016-04-25 20:30:23 -05:00
database.php Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"]. 2016-01-17 00:01:13 -07:00
destinations.php \r\n --> \n 2016-04-25 20:30:23 -05:00
directory.php WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
domains.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
event_socket.php \r\n --> \n 2016-04-25 20:30:23 -05:00
events.php Add the app session languages array as a list of available languages that have been translated for that application. 2015-01-18 07:52:28 +00:00
fax.php WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
groups.php \r\n --> \n 2016-04-25 20:30:23 -05:00
logging.php Fix. Create log file only if necessary. 2015-08-12 12:44:42 +04:00
menu.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
orm.php WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
permissions.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
schema.php Add class_exists 2016-04-14 23:23:14 -06:00
switch_settings.php \r\n --> \n 2016-04-25 20:30:23 -05:00
template.php \r\n --> \n 2016-04-25 20:30:23 -05:00
text.php \r\n --> \n 2016-04-25 20:30:23 -05:00
users.php \r\n --> \n 2016-04-25 20:30:23 -05:00
vcard.php Update the constructor in the vcard class. 2016-01-20 23:56:06 -07:00