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