27define(
'ALLOWED_IF_UPGRADE_UNLOCK_FOUND', 1);
28include_once
'inc.php';
29include_once
'../core/class/html.form.class.php';
30include_once
'../core/class/html.formadmin.class.php';
37if (file_exists($conffile) && isset($dolibarr_main_url_root)) {
38 header(
"Location: check.php?testget=ok");
54if (!is_readable($conffile)) {
56 print
'<span class="opacitymedium">'.$langs->trans(
"NoReadableConfFileSoStartInstall").
'</span>';
61print
'<br><br><div class="center">';
65print
'<td>'.$langs->trans(
"DefaultLanguage").
' : </td><td>';
66print $formadmin->select_language(
'auto',
'selectlang', 1, 0, 0, 1);
70print
'</table></div>';
pHeader($subtitle, $next, $action='set', $param='', $forcejqueryurl='', $csstable='main-inside')
Show HTML header of install pages.
pFooter($nonext=0, $setuplang='', $jscheckfunction='', $withpleasewait=0, $morehtml='')
Print HTML footer of install pages.