Commit Graph

4 Commits

Author SHA1 Message Date
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
mafoo
ffc6bfcb2b WhitespaceClean-core/batch
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:06:20 +00:00
markjcrane
836a41ddbb Minor adjustments. 2015-12-20 22:46:52 -07:00
Mark Crane
6d0c5b43d6 Add FusionPBX events class. 2015-01-15 16:24:53 +00:00