log calling script

This commit is contained in:
Uwe Steinmann 2024-04-11 12:37:02 +02:00
parent 2f8e3fbb51
commit 74e5be95c2
2 changed files with 4 additions and 4 deletions

View File

@ -100,6 +100,6 @@ if ($_POST["receiptType"] == "ind" || $_POST["receiptType"] == "grp") {
}
}
header("Location:../out/out.ViewDocument.php?documentid=".$documentid."&currenttab=recipients");
add_log_line("documentid=".$documentid."&version=".$version);
?>
header("Location:../out/out.ViewDocument.php?documentid=".$documentid."&currenttab=recipients");

View File

@ -115,6 +115,6 @@ if($notifier) {
$notifier->sendChangedDocumentStatusMail($latestContent, $user, $controller->oldstatus);
}
header("Location:../out/out.ViewDocument.php?documentid=".$documentid."&currenttab=revision");
add_log_line("documentid=".$documentid."&version=".$version);
?>
header("Location:../out/out.ViewDocument.php?documentid=".$documentid."&currenttab=revision");