FIX: bad URL

This commit is contained in:
Philippe GRAND 2018-11-28 16:37:49 +01:00
parent 3b66a2bf9c
commit 2b6810e2ab

View File

@ -63,7 +63,7 @@ $hookmanager->initHooks(array('salarycard','globalcard'));
if ($cancel)
{
header("Location: index.php");
header("Location: list.php");
exit;
}
@ -139,7 +139,7 @@ if ($action == 'add' && empty($cancel))
if ($ret > 0)
{
$db->commit();
header("Location: index.php");
header("Location: list.php");
exit;
}
else