Portal - allow editing client contacts, few tweaks to header incl session notifications

This commit is contained in:
wrongecho
2024-09-05 15:19:52 +01:00
parent 7827522b40
commit 766813a326

View File

@@ -303,4 +303,4 @@ if (isset($_POST['edit_contact'])) {
$_SESSION['alert_message'] = "Contact updated";
header('Location: contacts.php');
}
}