Files
fusionpbx/app/provision/app_menu.php
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

12 lines
394 B
PHP

<?php
//$apps[$x]['menu'][0]['title']['en-us'] = "Provision";
//$apps[$x]['menu'][0]['title']['fr-fr'] = "Provision";
//$apps[$x]['menu'][0]['uuid'] = "";
//$apps[$x]['menu'][0]['parent_uuid'] = "";
//$apps[$x]['menu'][0]['category'] = "internal";
//$apps[$x]['menu'][0]['path'] = "";
//$apps[$x]['menu'][0]['groups'][] = "admin";
//$apps[$x]['menu'][0]['groups'][] = "superadmin";
?>