mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix log
This commit is contained in:
parent
abfaadb7f8
commit
1066d8ea53
|
|
@ -87,7 +87,7 @@ if (@file_exists($forcedfile)) {
|
|||
}
|
||||
}
|
||||
|
||||
dolibarr_install_syslog("- step2: entering step2.php page");
|
||||
dolibarr_install_syslog("--- step2: entering step2.php page");
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user