Skip to content

Commit

Permalink
FIX: bad URL
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Nov 28, 2018
1 parent 3b66a2b commit 2b6810e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/compta/salaries/card.php
Expand Up @@ -63,7 +63,7 @@

if ($cancel)
{
header("Location: index.php");
header("Location: list.php");
exit;
}

Expand Down Expand Up @@ -139,7 +139,7 @@
if ($ret > 0)
{
$db->commit();
header("Location: index.php");
header("Location: list.php");
exit;
}
else
Expand Down

0 comments on commit 2b6810e

Please sign in to comment.