fusionpbx/app/provision
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 \r\n --> \n 2016-04-25 20:30:23 -05:00
app_config.php Move the menu array to app_menu.php 2014-12-26 03:27:54 +00:00
app_defaults.php Change daylight_savings_start_date to daylight_savings_start_day as it is more accurate for representing the data. Add daylight_savings_start_time and daylight_savings_stop_time 2016-03-15 16:15:32 -06:00
app_menu.php \r\n --> \n 2016-04-25 20:30:23 -05:00
index.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
provision_write.php Add a provision write method to the provision function and use it to write the provisioning files for tftp/ftp provisioning. 2014-01-29 10:18:25 +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