Prepare code
This commit is contained in:
parent
0c8e2be4bd
commit
ad8b071e81
@ -179,9 +179,9 @@ if ($errormsg) {
|
||||
setEventMessages($langs->trans("Error")." : ".$errormsg, null, 'errors');
|
||||
}
|
||||
|
||||
// Redirect t backup page
|
||||
header("Location: dolibarr_export.php");
|
||||
|
||||
$time_end = time();
|
||||
// Redirect to calling page
|
||||
$returnto = 'dolibarr_export.php';
|
||||
|
||||
$db->close();
|
||||
|
||||
header("Location: ".$returnto);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user