|
@@ -143,7 +143,7 @@ if (!empty($force_install_message)) {
|
|
|
<td class="label"><label for="main_dir"><b><?php print $langs->trans("WebPagesDirectory"); ?></b></label></td>
|
|
|
<?php
|
|
|
if (empty($dolibarr_main_document_root)) {
|
|
|
- $dolibarr_main_document_root = GETPOSTISSET('main_dir', 'alpha') ? GETPOST('main_dir') : detect_dolibarr_main_document_root();
|
|
|
+ $dolibarr_main_document_root = GETPOSTISSET('main_dir') ? GETPOST('main_dir') : detect_dolibarr_main_document_root();
|
|
|
}
|
|
|
?>
|
|
|
<td class="label">
|
|
@@ -178,7 +178,7 @@ if (!empty($force_install_noedit)) {
|
|
|
$dolibarr_main_data_root = @$force_install_main_data_root;
|
|
|
}
|
|
|
if (empty($dolibarr_main_data_root)) {
|
|
|
- $dolibarr_main_data_root = GETPOSTISSET('main_data_dir', 'alpha') ? GETPOST('main_data_dir') : detect_dolibarr_main_data_root($dolibarr_main_document_root);
|
|
|
+ $dolibarr_main_data_root = GETPOSTISSET('main_data_dir') ? GETPOST('main_data_dir') : detect_dolibarr_main_data_root($dolibarr_main_document_root);
|
|
|
}
|
|
|
?>
|
|
|
<td class="label">
|
|
@@ -207,7 +207,7 @@ if (!empty($force_install_noedit)) {
|
|
|
<!-- Root URL $dolibarr_main_url_root -->
|
|
|
<?php
|
|
|
if (empty($dolibarr_main_url_root)) {
|
|
|
- $dolibarr_main_url_root = GETPOSTISSET('main_url', 'alpha') ? GETPOST('main_url') : detect_dolibarr_main_url_root();
|
|
|
+ $dolibarr_main_url_root = GETPOSTISSET('main_url') ? GETPOST('main_url') : detect_dolibarr_main_url_root();
|
|
|
}
|
|
|
?>
|
|
|
<tr>
|