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
651f9806fb
Update the install.php.
2016-03-26 19:17:33 -06:00
markjcrane
ac4aef20b0
Change the code in the menu to return immediately if the database object is not ready in this case its not ready until the install.php is finished.
2016-03-26 13:36:00 -06:00
markjcrane
883a0ecdeb
Remove the conflict install language is set with the radio buttons.
2016-03-26 13:14:57 -06:00
markjcrane
9c49a0ce54
Remove the fieldset and label as the alignment is not working with bootstrap.
2016-03-26 13:09:22 -06:00
markjcrane
ae125390c3
Adjust the width of the language section of the install.
2016-03-26 12:35:40 -06:00
markjcrane
5eef464cf3
Additional work to improve the install, template and the menu.
2016-03-26 12:22:15 -06:00
markjcrane
90f30c53d7
Fix the install.php.
2016-03-26 09:18:36 -06:00
markjcrane
6631061d70
Set the default theme as the default.
2016-03-25 16:30:35 -06:00
markjcrane
ab4fb51355
Fix the install title.
2016-03-20 13:51:17 -06:00
mafoo
91b61683c0
WhitespaceClean-core/install
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:03:29 +00:00
markjcrane
449dc0dfa7
Add the missing .php extension.
2016-02-29 20:07:32 -07:00