Added success message after changing a list

This commit is contained in:
2021-08-13 12:41:32 +02:00
parent 8f98a565f1
commit da5a01c567
4 changed files with 10 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ if (!$return["success"])
}
}
header("Location: edit_list.php?list_name=$list_name");
header("Location: edit_list.php?list_name=$list_name&success");
exit();