fusionpbx/themes/default
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
..
images Theme: Replace image-based control icons with Bootstra Glyphicon buttons. 2016-03-28 17:50:07 -06:00
app_defaults.php \r\n --> \n 2016-04-25 20:30:23 -05:00
app_languages.php Translation setup for footer in the default theme. 2016-04-02 14:07:06 -06:00
config.php Theme: Add additional Settings to control the style of various elements, remove old css classes. 2016-03-28 22:29:15 -06:00
favicon.ico Added: Bootstrap Framework - initial integration. 2016-03-25 16:29:20 -06:00
root.php Added: Bootstrap Framework - initial integration. 2016-03-25 16:29:20 -06:00
template.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