diff --git a/ToDoList/editTaskHandling.php b/ToDoList/editTaskHandling.php index 0d867b3..26a4659 100644 --- a/ToDoList/editTaskHandling.php +++ b/ToDoList/editTaskHandling.php @@ -16,6 +16,6 @@ echo "Error while updating data " . $e->getMessage() , "\n"; } echo "Successfully updated item! "; +header('Location:/ToDoList'); - -?> \ No newline at end of file +?>