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
markjcrane
289a7b892c
Fix title-install translation.
2016-02-29 19:53:13 -07:00
markjcrane
e1cd2f8b3a
Add translations for the install.
2016-02-22 22:27:53 -07:00
Matthew Vale
f8684de1cf
First pass on core/*
2015-12-10 10:09:07 +00:00
Matthew Vale
a34563f545
Merge remote-tracking branch 'remotes/fusionpbx/master' into Enhance_Install
2015-11-30 15:51:18 +00:00
Matthew Vale
21d7b28a9a
moved assumed path management to detect_switch as *_vdir
2015-11-30 15:23:42 +00:00
markjcrane
fd65c15bb4
Add some translations for the install.
2015-11-27 17:14:44 -07:00
Matthew Vale
9a0f56668d
Updated detected configuration
2015-11-25 15:19:00 +00:00
Matthew Vale
0f40a48c2b
Initial Rewrite
2015-11-17 17:02:38 +00:00