This commit is contained in:
Laurent Destailleur 2023-10-25 17:03:37 +02:00
parent abfaadb7f8
commit 1066d8ea53
3 changed files with 5 additions and 5 deletions

View File

@ -87,7 +87,7 @@ if (@file_exists($forcedfile)) {
}
}
dolibarr_install_syslog("- step2: entering step2.php page");
dolibarr_install_syslog("--- step2: entering step2.php page");
/*

View File

@ -48,7 +48,7 @@ if (@file_exists($forcedfile)) {
include_once $forcedfile;
}
dolibarr_install_syslog("- step4: entering step4.php page");
dolibarr_install_syslog("--- step4: entering step4.php page");
$error = 0;
$ok = 0;
@ -114,7 +114,7 @@ if ($error && isset($argv[1])) {
}
dolibarr_install_syslog("Exit ".$ret);
dolibarr_install_syslog("- step4: end");
dolibarr_install_syslog("--- step4: end");
pFooter($error, $setuplang);

View File

@ -93,7 +93,7 @@ if (@file_exists($forcedfile)) {
}
}
dolibarr_install_syslog("- step5: entering step5.php page");
dolibarr_install_syslog("--- step5: entering step5.php page ".$versionfrom." ".$versionto);
$error = 0;
@ -545,7 +545,7 @@ if ($error && isset($argv[1])) {
}
dolibarr_install_syslog("Exit ".$ret);
dolibarr_install_syslog("- step5: Dolibarr setup finished");
dolibarr_install_syslog("--- step5: Dolibarr setup finished");
pFooter(1, $setuplang, '', 0, $morehtml);