\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 '{}' \;
This commit is contained in:
+1072
-1072
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user