fusionpbx/core/upgrade
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
..
app_config.php Added Switch upgrade as a separate option 2015-12-01 14:32:58 +00:00
app_defaults.php moved upgrade function from app_defaults 2015-11-26 18:24:09 +00:00
app_languages.php First pass on core/* 2015-12-10 10:09:07 +00:00
app_menu.php Add latest translations 2015-06-29 22:30:02 +00:00
index.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
upgrade.php Work on the install. 2016-04-14 21:14:40 -06:00
upgrade_domains.php Make the domain and schema work with the PHP classes 2014-07-16 04:30:49 +00:00
upgrade_schema.php missing text class include 2015-02-28 01:31:24 +00:00